Html Css Color HEX #C9D04B Wattle

📋 copy color: '#C9D04B'

red 201 ◦ green 208 ◦ blue 75

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

Shades of Wattle #C9D04B

Tints of Wattle #C9D04B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.98%

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

R = 41.53%
G = 42.98%
B = 15.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#C9D04B (or 0xC9D04B) is known color: Wattle. HEX triplet: C9, D0 and 4B. RGB value is (201,208,75). Sum of RGB (Red+Green+Blue) = 201+208+75=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D04B is #362FB4. Grayscale: #BFBFBF. Windows color (decimal): -3551157 or 4968649. OLE color: 4968649.

HSL color Cylindrical-coordinate representation of color #C9D04B: hue angle of 63.16º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9D04B is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 208 75 -
CMYK 0.03 0 0.64 0.18
HSL 63.16º 0.59% 0.55% -
HSV(B) 63.16º 0.64% 0.82% -
XYZ 47.91 58.04 15.33 -
YUV 190.75 62.68 135.31 -
System Red Green Blue C M Y K H S L
Decimal 201 208 75 0.03 0 0.64 0.18 63.16 0.59 0.55
Hex C9 D0 4B 3 0 40 12 3F 3B 37
Octal 311 320 113 3 0 100 22 77 73 67
Binary 11001001 11010000 1001011 11 0 1000000 10010 111111 111011 110111

Color Harmonies of #C9D04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D04B

Black with #C9D04B

Text Example


Text Example

White with #C9D04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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