Html Css Color HEX #C8C94A Wattle

📋 copy color: '#C8C94A'

red 200 ◦ green 201 ◦ blue 74

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

Shades of Wattle #C8C94A

Tints of Wattle #C8C94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.58%

R = 42.11%
G = 42.32%
B = 15.58%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C8C94A (or 0xC8C94A) is known color: Wattle. HEX triplet: C8, C9 and 4A. RGB value is (200,201,74). Sum of RGB (Red+Green+Blue) = 200+201+74=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C94A is #3736B5. Grayscale: #BABABA. Windows color (decimal): -3618486 or 4901320. OLE color: 4901320.

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

Color convert

RGB 200 201 74 -
CMYK 0.00 0 0.63 0.21
HSL 60.47º 0.54% 0.54% -
HSV(B) 60.47º 0.63% 0.79% -
XYZ 45.94 54.55 14.59 -
YUV 186.22 64.67 137.83 -
System Red Green Blue C M Y K H S L
Decimal 200 201 74 0.00 0 0.63 0.21 60.47 0.54 0.54
Hex C8 C9 4A 0 0 3F 15 3C 36 36
Octal 310 311 112 0 0 77 25 74 66 66
Binary 11001000 11001001 1001010 0 0 111111 10101 111100 110110 110110

Color Harmonies of #C8C94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C94A

Black with #C8C94A

Text Example


Text Example

White with #C8C94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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