Html Css Color HEX #C9D14C Wattle

📋 copy color: '#C9D14C'

red 201 ◦ green 209 ◦ blue 76

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

Shades of Wattle #C9D14C

Tints of Wattle #C9D14C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43%

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

R = 41.36%
G = 43%
B = 15.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#C9D14C (or 0xC9D14C) is known color: Wattle. HEX triplet: C9, D1 and 4C. RGB value is (201,209,76). Sum of RGB (Red+Green+Blue) = 201+209+76=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D14C is #362EB3. Grayscale: #BFBFBF. Windows color (decimal): -3550900 or 5034441. OLE color: 5034441.

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

Color convert

RGB 201 209 76 -
CMYK 0.04 0 0.64 0.18
HSL 63.61º 0.59% 0.56% -
HSV(B) 63.61º 0.64% 0.82% -
XYZ 48.19 58.54 15.6 -
YUV 191.45 62.85 134.81 -
System Red Green Blue C M Y K H S L
Decimal 201 209 76 0.04 0 0.64 0.18 63.61 0.59 0.56
Hex C9 D1 4C 4 0 40 12 40 3B 38
Octal 311 321 114 4 0 100 22 100 73 70
Binary 11001001 11010001 1001100 100 0 1000000 10010 1000000 111011 111000

Color Harmonies of #C9D14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D14C

Black with #C9D14C

Text Example


Text Example

White with #C9D14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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