Html Css Color HEX #C8C84B Wattle

📋 copy color: '#C8C84B'

red 200 ◦ green 200 ◦ blue 75

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

Shades of Wattle #C8C84B

Tints of Wattle #C8C84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.79%

R = 42.11%
G = 42.11%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8C84B (or 0xC8C84B) is known color: Wattle. HEX triplet: C8, C8 and 4B. RGB value is (200,200,75). Sum of RGB (Red+Green+Blue) = 200+200+75=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C84B is #3737B4. Grayscale: #BABABA. Windows color (decimal): -3618741 or 4966600. OLE color: 4966600.

HSL color Cylindrical-coordinate representation of color #C8C84B: hue angle of 60º 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 #C8C84B is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 200 75 -
CMYK 0 0 0.62 0.22
HSL 60º 0.53% 0.54% -
HSV(B) 60º 0.63% 0.78% -
XYZ 45.74 54.1 14.69 -
YUV 185.75 65.5 138.16 -
System Red Green Blue C M Y K H S L
Decimal 200 200 75 0 0 0.62 0.22 60 0.53 0.54
Hex C8 C8 4B 0 0 3E 16 3C 35 36
Octal 310 310 113 0 0 76 26 74 65 66
Binary 11001000 11001000 1001011 0 0 111110 10110 111100 110101 110110

Color Harmonies of #C8C84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C84B

Black with #C8C84B

Text Example


Text Example

White with #C8C84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C84B; }

 p { color: rgb(200,200,75); }

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

background-color css

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

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

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

border-color css

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

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

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