#C0BF73

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

Shades of Pine Glade #C0BF73

Tints of Pine Glade #C0BF73

Color information

#C0BF73 (or 0xC0BF73) is unknown color: approx Pine Glade. HEX triplet: C0, BF and 73. RGB value is (192,191,115). Sum of RGB (Red+Green+Blue) = 192+191+115=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF73 is #3F408C. Grayscale: #B6B6B6. Windows color (decimal): -4145293 or 7585728. OLE color: 7585728.

HSL color Cylindrical-coordinate representation of color #C0BF73: hue angle of 59.22º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0BF73 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB192191115-
CMYK00.010.400.25
HSL59.22º37.93%60.2%-
HSV(B)59.22º40.1%75.29%-
XYZ43.4649.7123.52-
YUV182.6489.83134.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 191 (75% from 255) = 38.35%
BLUE value IS 115 (45.31% from 255) = 23.09%
R=38.55%
G=38.35%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219111500.010.400.2559.2237.9360.2
HexC0BF730128193b263c
Octal300277163015031734674
Binary110000001011111111100110110100011001111011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BF73; }

 p { color: rgb(192,191,115); }

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

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

 a { background-color: rgb(192,191,115); }

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

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

 span { border-color: rgb(192,191,115); }

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