#C3CB72

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

Shades of Pine Glade #C3CB72

Tints of Pine Glade #C3CB72

Color information

#C3CB72 (or 0xC3CB72) is unknown color: approx Pine Glade. HEX triplet: C3, CB and 72. RGB value is (195,203,114). Sum of RGB (Red+Green+Blue) = 195+203+114=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CB72 is #3C348D. Grayscale: #BEBEBE. Windows color (decimal): -3945614 or 7523267. OLE color: 7523267.

HSL color Cylindrical-coordinate representation of color #C3CB72: hue angle of 65.39º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3CB72 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB195203114-
CMYK0.0400.440.20
HSL65.39º46.11%62.16%-
HSV(B)65.39º43.84%79.61%-
XYZ46.955.5324.17-
YUV190.4684.85131.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.09%
GREEN value IS 203 (79.69% from 255) = 39.65%
BLUE value IS 114 (44.92% from 255) = 22.27%
R=38.09%
G=39.65%
B=22.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1952031140.0400.440.2065.3946.1162.16
HexC3CB72402C14412e3e
Octal3033131624054241015676
Binary110000111100101111100101000101100101001000001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CB72; }

 p { color: rgb(195,203,114); }

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

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

 a { background-color: rgb(195,203,114); }

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

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

 span { border-color: rgb(195,203,114); }

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