#C0BD83

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

Shades of Pine Glade #C0BD83

Tints of Pine Glade #C0BD83

Color information

#C0BD83 (or 0xC0BD83) is unknown color: approx Pine Glade. HEX triplet: C0, BD and 83. RGB value is (192,189,131). Sum of RGB (Red+Green+Blue) = 192+189+131=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD83 is #3F427C. Grayscale: #B7B7B7. Windows color (decimal): -4145789 or 8633792. OLE color: 8633792.

HSL color Cylindrical-coordinate representation of color #C0BD83: hue angle of 57.05º 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 #C0BD83 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB192189131-
CMYK00.020.320.25
HSL57.05º32.62%63.33%-
HSV(B)57.05º31.77%75.29%-
XYZ44.0349.2428.66-
YUV183.2898.49134.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 189 (74.22% from 255) = 36.91%
BLUE value IS 131 (51.56% from 255) = 25.59%
R=37.5%
G=36.91%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218913100.020.320.2557.0532.6263.33
HexC0BD8302201939213f
Octal300275203024031714177
Binary11000000101111011000001101010000011001111001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BD83; }

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

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

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

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

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

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

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

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