Html Css Color HEX #C9CB4C Wattle

📋 copy color: '#C9CB4C'

red 201 ◦ green 203 ◦ blue 76

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

Shades of Wattle #C9CB4C

Tints of Wattle #C9CB4C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.29%

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

R = 41.88%
G = 42.29%
B = 15.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#C9CB4C (or 0xC9CB4C) is known color: Wattle. HEX triplet: C9, CB and 4C. RGB value is (201,203,76). Sum of RGB (Red+Green+Blue) = 201+203+76=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CB4C is #3634B3. Grayscale: #BCBCBC. Windows color (decimal): -3552436 or 5032905. OLE color: 5032905.

HSL color Cylindrical-coordinate representation of color #C9CB4C: hue angle of 60.94º degrees, saturation: 0.55, 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 #C9CB4C is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 203 76 -
CMYK 0.01 0 0.63 0.20
HSL 60.94º 0.55% 0.55% -
HSV(B) 60.94º 0.63% 0.8% -
XYZ 46.75 55.65 15.12 -
YUV 187.92 64.84 137.33 -
System Red Green Blue C M Y K H S L
Decimal 201 203 76 0.01 0 0.63 0.20 60.94 0.55 0.55
Hex C9 CB 4C 1 0 3F 14 3D 37 37
Octal 311 313 114 1 0 77 24 75 67 67
Binary 11001001 11001011 1001100 1 0 111111 10100 111101 110111 110111

Color Harmonies of #C9CB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CB4C

Black with #C9CB4C

Text Example


Text Example

White with #C9CB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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