#C0BF83

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

Shades of Pine Glade #C0BF83

Tints of Pine Glade #C0BF83

Color information

#C0BF83 (or 0xC0BF83) is unknown color: approx Pine Glade. HEX triplet: C0, BF and 83. RGB value is (192,191,131). Sum of RGB (Red+Green+Blue) = 192+191+131=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BF83 is #3F407C. Grayscale: #B8B8B8. Windows color (decimal): -4145277 or 8634304. OLE color: 8634304.

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

Color convert

RGB192191131-
CMYK00.010.320.25
HSL59.02º32.62%63.33%-
HSV(B)59.02º31.77%75.29%-
XYZ44.4750.1128.8-
YUV184.4697.83133.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.35%
GREEN value IS 191 (75% from 255) = 37.16%
BLUE value IS 131 (51.56% from 255) = 25.49%
R=37.35%
G=37.16%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219113100.010.320.2559.0232.6263.33
HexC0BF830120193b213f
Octal300277203014031734177
Binary1100000010111111100000110110000011001111011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BF83; }

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

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

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

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

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

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

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

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