Html Css Color HEX #C4CA42 Las Palmas

📋 copy color: '#C4CA42'

red 196 ◦ green 202 ◦ blue 66

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

Shades of Las Palmas #C4CA42

Tints of Las Palmas #C4CA42

RGB

 RED value IS 196 (76.95% from 255) = 42.24%

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

 BLUE value IS 66 (26.17% from 255) = 14.22%

R = 42.24%
G = 43.53%
B = 14.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C4CA42 (or 0xC4CA42) is known color: Las Palmas. HEX triplet: C4, CA and 42. RGB value is (196,202,66). Sum of RGB (Red+Green+Blue) = 196+202+66=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CA42 is #3B35BD. Grayscale: #B9B9B9. Windows color (decimal): -3880382 or 4377284. OLE color: 4377284.

HSL color Cylindrical-coordinate representation of color #C4CA42: hue angle of 62.65º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4CA42 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 202 66 -
CMYK 0.03 0 0.67 0.21
HSL 62.65º 0.56% 0.53% -
HSV(B) 62.65º 0.67% 0.79% -
XYZ 44.87 54.37 13.28 -
YUV 184.7 61.01 136.06 -
System Red Green Blue C M Y K H S L
Decimal 196 202 66 0.03 0 0.67 0.21 62.65 0.56 0.53
Hex C4 CA 42 3 0 43 15 3F 38 35
Octal 304 312 102 3 0 103 25 77 70 65
Binary 11000100 11001010 1000010 11 0 1000011 10101 111111 111000 110101

Color Harmonies of #C4CA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CA42

Black with #C4CA42

Text Example


Text Example

White with #C4CA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CA42; }

 p { color: rgb(196,202,66); }

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

background-color css

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

 a { background-color: rgb(196,202,66); }

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

border-color css

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

 span { border-color: rgb(196,202,66); }

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