#C7C24B

Color #C7C24B Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #C7C24B

Tints of Wattle #C7C24B

Color information

#C7C24B (or 0xC7C24B) is unknown color: approx Wattle. HEX triplet: C7, C2 and 4B. RGB value is (199,194,75). Sum of RGB (Red+Green+Blue) = 199+194+75=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C24B is #383DB4. Grayscale: #B6B6B6. Windows color (decimal): -3685813 or 4965063. OLE color: 4965063.

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

Color convert

RGB19919475-
CMYK00.030.620.22
HSL57.58º52.54%53.73%-
HSV(B)57.58º62.31%78.04%-
XYZ44.1151.2314.22-
YUV181.9367.66140.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.52%
GREEN value IS 194 (76.17% from 255) = 41.45%
BLUE value IS 75 (29.69% from 255) = 16.03%
R=42.52%
G=41.45%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991947500.030.620.2257.5852.5453.73
HexC7C24B033E163a3536
Octal307302113037626726566
Binary1100011111000010100101101111111010110111010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C24B; }

 p { color: rgb(199,194,75); }

 H1.HeaderClassName
 {
   color: #C7C24B;
 }
 .AnyTagClassName
 {
   color: #C7C24B;
 }
</style>
background-color css

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

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

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

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

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

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