Html Css Color HEX #C9CF4C Wattle

📋 copy color: '#C9CF4C'

red 201 ◦ green 207 ◦ blue 76

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

Shades of Wattle #C9CF4C

Tints of Wattle #C9CF4C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.77%

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

R = 41.53%
G = 42.77%
B = 15.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#C9CF4C (or 0xC9CF4C) is known color: Wattle. HEX triplet: C9, CF and 4C. RGB value is (201,207,76). Sum of RGB (Red+Green+Blue) = 201+207+76=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CF4C is #3630B3. Grayscale: #BEBEBE. Windows color (decimal): -3551412 or 5033929. OLE color: 5033929.

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

Color convert

RGB 201 207 76 -
CMYK 0.03 0 0.63 0.19
HSL 62.75º 0.58% 0.55% -
HSV(B) 62.75º 0.63% 0.81% -
XYZ 47.7 57.56 15.43 -
YUV 190.27 63.51 135.65 -
System Red Green Blue C M Y K H S L
Decimal 201 207 76 0.03 0 0.63 0.19 62.75 0.58 0.55
Hex C9 CF 4C 3 0 3F 13 3F 3A 37
Octal 311 317 114 3 0 77 23 77 72 67
Binary 11001001 11001111 1001100 11 0 111111 10011 111111 111010 110111

Color Harmonies of #C9CF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CF4C

Black with #C9CF4C

Text Example


Text Example

White with #C9CF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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