Html Css Color HEX #C9CE45 Wattle

📋 copy color: '#C9CE45'

red 201 ◦ green 206 ◦ blue 69

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

Shades of Wattle #C9CE45

Tints of Wattle #C9CE45

RGB

 RED value IS 201 (78.91% from 255) = 42.23%

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

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

R = 42.23%
G = 43.28%
B = 14.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#C9CE45 (or 0xC9CE45) is known color: Wattle. HEX triplet: C9, CE and 45. RGB value is (201,206,69). Sum of RGB (Red+Green+Blue) = 201+206+69=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CE45 is #3631BA. Grayscale: #BDBDBD. Windows color (decimal): -3551675 or 4574921. OLE color: 4574921.

HSL color Cylindrical-coordinate representation of color #C9CE45: hue angle of 62.19º 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 #C9CE45 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 69 -
CMYK 0.02 0 0.67 0.19
HSL 62.19º 0.58% 0.54% -
HSV(B) 62.19º 0.67% 0.81% -
XYZ 47.23 56.99 14.14 -
YUV 188.89 60.34 136.64 -
System Red Green Blue C M Y K H S L
Decimal 201 206 69 0.02 0 0.67 0.19 62.19 0.58 0.54
Hex C9 CE 45 2 0 43 13 3E 3A 36
Octal 311 316 105 2 0 103 23 76 72 66
Binary 11001001 11001110 1000101 10 0 1000011 10011 111110 111010 110110

Color Harmonies of #C9CE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CE45

Black with #C9CE45

Text Example


Text Example

White with #C9CE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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