Html Css Color HEX #C4CA3F Las Palmas

📋 copy color: '#C4CA3F'

red 196 ◦ green 202 ◦ blue 63

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

Shades of Las Palmas #C4CA3F

Tints of Las Palmas #C4CA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.67%

R = 42.52%
G = 43.82%
B = 13.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C4CA3F (or 0xC4CA3F) is known color: Las Palmas. HEX triplet: C4, CA and 3F. RGB value is (196,202,63). Sum of RGB (Red+Green+Blue) = 196+202+63=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CA3F is #3B35C0. Grayscale: #B8B8B8. Windows color (decimal): -3880385 or 4180676. OLE color: 4180676.

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

Color convert

RGB 196 202 63 -
CMYK 0.03 0 0.69 0.21
HSL 62.59º 0.57% 0.52% -
HSV(B) 62.59º 0.69% 0.79% -
XYZ 44.78 54.34 12.83 -
YUV 184.36 59.51 136.3 -
System Red Green Blue C M Y K H S L
Decimal 196 202 63 0.03 0 0.69 0.21 62.59 0.57 0.52
Hex C4 CA 3F 3 0 45 15 3F 39 34
Octal 304 312 77 3 0 105 25 77 71 64
Binary 11000100 11001010 111111 11 0 1000101 10101 111111 111001 110100

Color Harmonies of #C4CA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CA3F

Black with #C4CA3F

Text Example


Text Example

White with #C4CA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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