Html Css Color HEX #C9CA4D Wattle

📋 copy color: '#C9CA4D'

red 201 ◦ green 202 ◦ blue 77

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

Shades of Wattle #C9CA4D

Tints of Wattle #C9CA4D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

 BLUE value IS 77 (30.47% from 255) = 16.04%

R = 41.88%
G = 42.08%
B = 16.04%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9CA4D (or 0xC9CA4D) is known color: Wattle. HEX triplet: C9, CA and 4D. RGB value is (201,202,77). Sum of RGB (Red+Green+Blue) = 201+202+77=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CA4D is #3635B2. Grayscale: #BBBBBB. Windows color (decimal): -3552691 or 5098185. OLE color: 5098185.

HSL color Cylindrical-coordinate representation of color #C9CA4D: hue angle of 60.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9CA4D is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 202 77 -
CMYK 0.00 0 0.62 0.21
HSL 60.48º 0.54% 0.55% -
HSV(B) 60.48º 0.62% 0.79% -
XYZ 46.55 55.19 15.22 -
YUV 187.45 65.67 137.66 -
System Red Green Blue C M Y K H S L
Decimal 201 202 77 0.00 0 0.62 0.21 60.48 0.54 0.55
Hex C9 CA 4D 0 0 3E 15 3C 36 37
Octal 311 312 115 0 0 76 25 74 66 67
Binary 11001001 11001010 1001101 0 0 111110 10101 111100 110110 110111

Color Harmonies of #C9CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CA4D

Black with #C9CA4D

Text Example


Text Example

White with #C9CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CA4D; }

 p { color: rgb(201,202,77); }

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

background-color css

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

 a { background-color: rgb(201,202,77); }

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

border-color css

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

 span { border-color: rgb(201,202,77); }

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