Html Css Color HEX #C8C94C Wattle

📋 copy color: '#C8C94C'

red 200 ◦ green 201 ◦ blue 76

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

Shades of Wattle #C8C94C

Tints of Wattle #C8C94C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.14%

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

R = 41.93%
G = 42.14%
B = 15.93%

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

#C8C94C (or 0xC8C94C) is known color: Wattle. HEX triplet: C8, C9 and 4C. RGB value is (200,201,76). Sum of RGB (Red+Green+Blue) = 200+201+76=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C94C is #3736B3. Grayscale: #BABABA. Windows color (decimal): -3618484 or 5032392. OLE color: 5032392.

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

Color convert

RGB 200 201 76 -
CMYK 0.00 0 0.62 0.21
HSL 60.48º 0.54% 0.54% -
HSV(B) 60.48º 0.62% 0.79% -
XYZ 46.01 54.57 14.95 -
YUV 186.45 65.67 137.66 -
System Red Green Blue C M Y K H S L
Decimal 200 201 76 0.00 0 0.62 0.21 60.48 0.54 0.54
Hex C8 C9 4C 0 0 3E 15 3C 36 36
Octal 310 311 114 0 0 76 25 74 66 66
Binary 11001000 11001001 1001100 0 0 111110 10101 111100 110110 110110

Color Harmonies of #C8C94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C94C

Black with #C8C94C

Text Example


Text Example

White with #C8C94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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