Html Css Color HEX #C9CE4B Wattle

📋 copy color: '#C9CE4B'

red 201 ◦ green 206 ◦ blue 75

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

Shades of Wattle #C9CE4B

Tints of Wattle #C9CE4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.56%

R = 41.7%
G = 42.74%
B = 15.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#C9CE4B (or 0xC9CE4B) is known color: Wattle. HEX triplet: C9, CE and 4B. RGB value is (201,206,75). Sum of RGB (Red+Green+Blue) = 201+206+75=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CE4B is #3631B4. Grayscale: #BEBEBE. Windows color (decimal): -3551669 or 4968137. OLE color: 4968137.

HSL color Cylindrical-coordinate representation of color #C9CE4B: hue angle of 62.29º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9CE4B is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 75 -
CMYK 0.02 0 0.64 0.19
HSL 62.29º 0.57% 0.55% -
HSV(B) 62.29º 0.64% 0.81% -
XYZ 47.43 57.07 15.17 -
YUV 189.57 63.34 136.15 -
System Red Green Blue C M Y K H S L
Decimal 201 206 75 0.02 0 0.64 0.19 62.29 0.57 0.55
Hex C9 CE 4B 2 0 40 13 3E 39 37
Octal 311 316 113 2 0 100 23 76 71 67
Binary 11001001 11001110 1001011 10 0 1000000 10011 111110 111001 110111

Color Harmonies of #C9CE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CE4B

Black with #C9CE4B

Text Example


Text Example

White with #C9CE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CE4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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