Html Css Color HEX #C2CA3D Las Palmas

📋 copy color: '#C2CA3D'

red 194 ◦ green 202 ◦ blue 61

#C2CA3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #C2CA3D

Tints of Las Palmas #C2CA3D

RGB

 RED value IS 194 (76.17% from 255) = 42.45%

 GREEN value IS 202 (79.3% from 255) = 44.2%

 BLUE value IS 61 (24.22% from 255) = 13.35%

R = 42.45%
G = 44.2%
B = 13.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C2CA3D (or 0xC2CA3D) is known color: Las Palmas. HEX triplet: C2, CA and 3D. RGB value is (194,202,61). Sum of RGB (Red+Green+Blue) = 194+202+61=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA3D is #3D35C2. Grayscale: #B8B8B8. Windows color (decimal): -4011459 or 4049602. OLE color: 4049602.

HSL color Cylindrical-coordinate representation of color #C2CA3D: hue angle of 63.4º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2CA3D is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 202 61 -
CMYK 0.04 0 0.70 0.21
HSL 63.4º 0.57% 0.52% -
HSV(B) 63.4º 0.7% 0.79% -
XYZ 44.21 54.05 12.52 -
YUV 183.53 58.85 135.46 -
System Red Green Blue C M Y K H S L
Decimal 194 202 61 0.04 0 0.70 0.21 63.4 0.57 0.52
Hex C2 CA 3D 4 0 46 15 3F 39 34
Octal 302 312 75 4 0 106 25 77 71 64
Binary 11000010 11001010 111101 100 0 1000110 10101 111111 111001 110100

Color Harmonies of #C2CA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CA3D

Black with #C2CA3D

Text Example


Text Example

White with #C2CA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CA3D; }

 p { color: rgb(194,202,61); }

 H1.HeaderClassName
 {
   color: #C2CA3D;
 }
 .AnyTagClassName
 {
   color: #C2CA3D;
 }
</style>

background-color css

<style>
 a { background-color: #C2CA3D; }

 a { background-color: rgb(194,202,61); }

 div.DivClassName
 {
   background-color: #C2CA3D;
 }
 .BgClassName
 {
   background-color: #C2CA3D;
 }
</style>

border-color css

<style>
 span { border-color: #C2CA3D; }

 span { border-color: rgb(194,202,61); }

 td.TdClassName
 {
   border-color: #C2CA3D;
 }
 .TagClassName
 {
   border-color: #C2CA3D;
 }
</style>