#C7CB3C

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

Shades of Wattle #C7CB3C

Tints of Wattle #C7CB3C

Color information

#C7CB3C (or 0xC7CB3C) is unknown color: approx Wattle. HEX triplet: C7, CB and 3C. RGB value is (199,203,60). Sum of RGB (Red+Green+Blue) = 199+203+60=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CB3C is #3834C3. Grayscale: #BABABA. Windows color (decimal): -3683524 or 3984327. OLE color: 3984327.

HSL color Cylindrical-coordinate representation of color #C7CB3C: hue angle of 61.68º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7CB3C is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB19920360-
CMYK0.0200.700.20
HSL61.68º57.89%51.57%-
HSV(B)61.68º70.44%79.61%-
XYZ45.7255.1812.52-
YUV185.557.17137.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.07%
GREEN value IS 203 (79.69% from 255) = 43.94%
BLUE value IS 60 (23.83% from 255) = 12.99%
R=43.07%
G=43.94%
B=12.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199203600.0200.700.2061.6857.8951.57
HexC7CB3C2046143e3a34
Octal307313742010624767264
Binary1100011111001011111100100100011010100111110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CB3C; }

 p { color: rgb(199,203,60); }

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

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

 a { background-color: rgb(199,203,60); }

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

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

 span { border-color: rgb(199,203,60); }

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