#C7C94B

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

Shades of Wattle #C7C94B

Tints of Wattle #C7C94B

Color information

#C7C94B (or 0xC7C94B) is unknown color: approx Wattle. HEX triplet: C7, C9 and 4B. RGB value is (199,201,75). Sum of RGB (Red+Green+Blue) = 199+201+75=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7C94B is #3836B4. Grayscale: #BABABA. Windows color (decimal): -3684021 or 4966855. OLE color: 4966855.

HSL color Cylindrical-coordinate representation of color #C7C94B: hue angle of 60.95º 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 #C7C94B is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB19920175-
CMYK0.0100.630.21
HSL60.95º53.85%54.12%-
HSV(B)60.95º62.69%78.82%-
XYZ45.7154.4214.75-
YUV186.0465.34137.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.89%
GREEN value IS 201 (78.91% from 255) = 42.32%
BLUE value IS 75 (29.69% from 255) = 15.79%
R=41.89%
G=42.32%
B=15.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal199201750.0100.630.2160.9553.8554.12
HexC7C94B103F153d3636
Octal307311113107725756666
Binary110001111100100110010111011111110101111101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C94B; }

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

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

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

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

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

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

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

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