Html Css Color HEX #C9CD4C Wattle

📋 copy color: '#C9CD4C'

red 201 ◦ green 205 ◦ blue 76

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

Shades of Wattle #C9CD4C

Tints of Wattle #C9CD4C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.53%

 BLUE value IS 76 (30.08% from 255) = 15.77%

R = 41.7%
G = 42.53%
B = 15.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#C9CD4C (or 0xC9CD4C) is known color: Wattle. HEX triplet: C9, CD and 4C. RGB value is (201,205,76). Sum of RGB (Red+Green+Blue) = 201+205+76=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CD4C is #3632B3. Grayscale: #BDBDBD. Windows color (decimal): -3551924 or 5033417. OLE color: 5033417.

HSL color Cylindrical-coordinate representation of color #C9CD4C: hue angle of 61.86º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9CD4C is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 205 76 -
CMYK 0.02 0 0.63 0.20
HSL 61.86º 0.56% 0.55% -
HSV(B) 61.86º 0.63% 0.8% -
XYZ 47.22 56.6 15.27 -
YUV 189.1 64.17 136.49 -
System Red Green Blue C M Y K H S L
Decimal 201 205 76 0.02 0 0.63 0.20 61.86 0.56 0.55
Hex C9 CD 4C 2 0 3F 14 3E 38 37
Octal 311 315 114 2 0 77 24 76 70 67
Binary 11001001 11001101 1001100 10 0 111111 10100 111110 111000 110111

Color Harmonies of #C9CD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CD4C

Black with #C9CD4C

Text Example


Text Example

White with #C9CD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CD4C; }

 p { color: rgb(201,205,76); }

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

background-color css

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

 a { background-color: rgb(201,205,76); }

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

border-color css

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

 span { border-color: rgb(201,205,76); }

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