Html Css Color HEX #C4CE45 Las Palmas

📋 copy color: '#C4CE45'

red 196 ◦ green 206 ◦ blue 69

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

Shades of Las Palmas #C4CE45

Tints of Las Palmas #C4CE45

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.74%

 BLUE value IS 69 (27.34% from 255) = 14.65%

R = 41.61%
G = 43.74%
B = 14.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#C4CE45 (or 0xC4CE45) is known color: Las Palmas. HEX triplet: C4, CE and 45. RGB value is (196,206,69). Sum of RGB (Red+Green+Blue) = 196+206+69=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CE45 is #3B31BA. Grayscale: #BBBBBB. Windows color (decimal): -3879355 or 4574916. OLE color: 4574916.

HSL color Cylindrical-coordinate representation of color #C4CE45: hue angle of 64.38º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4CE45 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 206 69 -
CMYK 0.05 0 0.67 0.19
HSL 64.38º 0.58% 0.54% -
HSV(B) 64.38º 0.67% 0.81% -
XYZ 45.91 56.31 14.08 -
YUV 187.39 61.19 134.14 -
System Red Green Blue C M Y K H S L
Decimal 196 206 69 0.05 0 0.67 0.19 64.38 0.58 0.54
Hex C4 CE 45 5 0 43 13 40 3A 36
Octal 304 316 105 5 0 103 23 100 72 66
Binary 11000100 11001110 1000101 101 0 1000011 10011 1000000 111010 110110

Color Harmonies of #C4CE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CE45

Black with #C4CE45

Text Example


Text Example

White with #C4CE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CE45; }

 p { color: rgb(196,206,69); }

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

background-color css

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

 a { background-color: rgb(196,206,69); }

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

border-color css

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

 span { border-color: rgb(196,206,69); }

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