#C0BD84

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

Shades of Pine Glade #C0BD84

Tints of Pine Glade #C0BD84

Color information

#C0BD84 (or 0xC0BD84) is unknown color: approx Pine Glade. HEX triplet: C0, BD and 84. RGB value is (192,189,132). Sum of RGB (Red+Green+Blue) = 192+189+132=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD84 is #3F427B. Grayscale: #B7B7B7. Windows color (decimal): -4145788 or 8699328. OLE color: 8699328.

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

Color convert

RGB192189132-
CMYK00.020.310.25
HSL57º32.26%63.53%-
HSV(B)57º31.25%75.29%-
XYZ44.149.2729.02-
YUV183.498.99134.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 132 (51.95% from 255) = 25.73%
R=37.43%
G=36.84%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218913200.020.310.255732.2663.53
HexC0BD84021F19392040
Octal3002752040237317140100
Binary11000000101111011000010001011111110011110011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BD84; }

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

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

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

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

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

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

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

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