Html Css Color HEX #C9CC4D Wattle

📋 copy color: '#C9CC4D'

red 201 ◦ green 204 ◦ blue 77

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

Shades of Wattle #C9CC4D

Tints of Wattle #C9CC4D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.32%

 BLUE value IS 77 (30.47% from 255) = 15.98%

R = 41.7%
G = 42.32%
B = 15.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#C9CC4D (or 0xC9CC4D) is known color: Wattle. HEX triplet: C9, CC and 4D. RGB value is (201,204,77). Sum of RGB (Red+Green+Blue) = 201+204+77=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CC4D is #3633B2. Grayscale: #BDBDBD. Windows color (decimal): -3552179 or 5098697. OLE color: 5098697.

HSL color Cylindrical-coordinate representation of color #C9CC4D: hue angle of 61.42º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9CC4D is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 204 77 -
CMYK 0.01 0 0.62 0.2
HSL 61.42º 0.55% 0.55% -
HSV(B) 61.42º 0.62% 0.8% -
XYZ 47.02 56.14 15.38 -
YUV 188.63 65.01 136.83 -
System Red Green Blue C M Y K H S L
Decimal 201 204 77 0.01 0 0.62 0.2 61.42 0.55 0.55
Hex C9 CC 4D 1 0 3E 14 3D 37 37
Octal 311 314 115 1 0 76 24 75 67 67
Binary 11001001 11001100 1001101 1 0 111110 10100 111101 110111 110111

Color Harmonies of #C9CC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CC4D

Black with #C9CC4D

Text Example


Text Example

White with #C9CC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CC4D; }

 p { color: rgb(201,204,77); }

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

background-color css

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

 a { background-color: rgb(201,204,77); }

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

border-color css

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

 span { border-color: rgb(201,204,77); }

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