#C0BF80

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

Shades of Pine Glade #C0BF80

Tints of Pine Glade #C0BF80

Color information

#C0BF80 (or 0xC0BF80) is unknown color: approx Pine Glade. HEX triplet: C0, BF and 80. RGB value is (192,191,128). Sum of RGB (Red+Green+Blue) = 192+191+128=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BF80 is #3F407F. Grayscale: #B8B8B8. Windows color (decimal): -4145280 or 8437696. OLE color: 8437696.

HSL color Cylindrical-coordinate representation of color #C0BF80: hue angle of 59.06º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0BF80 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB192191128-
CMYK00.010.330.25
HSL59.06º33.68%62.75%-
HSV(B)59.06º33.33%75.29%-
XYZ44.2750.0327.75-
YUV184.1296.33133.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.57%
GREEN value IS 191 (75% from 255) = 37.38%
BLUE value IS 128 (50.39% from 255) = 25.05%
R=37.57%
G=37.38%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219112800.010.330.2559.0633.6862.75
HexC0BF800121193b223f
Octal300277200014131734277
Binary1100000010111111100000000110000111001111011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BF80; }

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

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

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

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

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

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

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

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