Html Css Color HEX #C8C24C Wattle

📋 copy color: '#C8C24C'

red 200 ◦ green 194 ◦ blue 76

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

Shades of Wattle #C8C24C

Tints of Wattle #C8C24C

RGB

 RED value IS 200 (78.52% from 255) = 42.55%

 GREEN value IS 194 (76.17% from 255) = 41.28%

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

R = 42.55%
G = 41.28%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8C24C (or 0xC8C24C) is known color: Wattle. HEX triplet: C8, C2 and 4C. RGB value is (200,194,76). Sum of RGB (Red+Green+Blue) = 200+194+76=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C24C is #373DB3. Grayscale: #B6B6B6. Windows color (decimal): -3620276 or 5030600. OLE color: 5030600.

HSL color Cylindrical-coordinate representation of color #C8C24C: hue angle of 57.1º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8C24C is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 194 76 -
CMYK 0 0.03 0.62 0.22
HSL 57.1º 0.53% 0.54% -
HSV(B) 57.1º 0.62% 0.78% -
XYZ 44.42 51.38 14.41 -
YUV 182.34 67.99 140.59 -
System Red Green Blue C M Y K H S L
Decimal 200 194 76 0 0.03 0.62 0.22 57.1 0.53 0.54
Hex C8 C2 4C 0 3 3E 16 39 35 36
Octal 310 302 114 0 3 76 26 71 65 66
Binary 11001000 11000010 1001100 0 11 111110 10110 111001 110101 110110

Color Harmonies of #C8C24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C24C

Black with #C8C24C

Text Example


Text Example

White with #C8C24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C24C; }

 p { color: rgb(200,194,76); }

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

background-color css

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

 a { background-color: rgb(200,194,76); }

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

border-color css

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

 span { border-color: rgb(200,194,76); }

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