Html Css Color HEX #C9CD4B Wattle

📋 copy color: '#C9CD4B'

red 201 ◦ green 205 ◦ blue 75

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

Shades of Wattle #C9CD4B

Tints of Wattle #C9CD4B

RGB

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

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

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

R = 41.79%
G = 42.62%
B = 15.59%

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

#C9CD4B (or 0xC9CD4B) is known color: Wattle. HEX triplet: C9, CD and 4B. RGB value is (201,205,75). Sum of RGB (Red+Green+Blue) = 201+205+75=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CD4B is #3632B4. Grayscale: #BDBDBD. Windows color (decimal): -3551925 or 4967881. OLE color: 4967881.

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

Color convert

RGB 201 205 75 -
CMYK 0.02 0 0.63 0.20
HSL 61.85º 0.57% 0.55% -
HSV(B) 61.85º 0.63% 0.8% -
XYZ 47.19 56.59 15.09 -
YUV 188.98 63.67 136.57 -
System Red Green Blue C M Y K H S L
Decimal 201 205 75 0.02 0 0.63 0.20 61.85 0.57 0.55
Hex C9 CD 4B 2 0 3F 14 3E 39 37
Octal 311 315 113 2 0 77 24 76 71 67
Binary 11001001 11001101 1001011 10 0 111111 10100 111110 111001 110111

Color Harmonies of #C9CD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CD4B

Black with #C9CD4B

Text Example


Text Example

White with #C9CD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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