#BCB97B

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

Shades of Pine Glade #BCB97B

Tints of Pine Glade #BCB97B

Color information

#BCB97B (or 0xBCB97B) is unknown color: approx Pine Glade. HEX triplet: BC, B9 and 7B. RGB value is (188,185,123). Sum of RGB (Red+Green+Blue) = 188+185+123=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB97B is #434684. Grayscale: #B3B3B3. Windows color (decimal): -4408965 or 8108476. OLE color: 8108476.

HSL color Cylindrical-coordinate representation of color #BCB97B: hue angle of 57.23º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCB97B is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB188185123-
CMYK00.020.350.26
HSL57.23º32.66%60.98%-
HSV(B)57.23º34.57%73.73%-
XYZ41.6646.8225.58-
YUV178.8396.49134.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 185 (72.66% from 255) = 37.30%
BLUE value IS 123 (48.44% from 255) = 24.80%
R=37.90%
G=37.30%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818512300.020.350.2657.2332.6660.98
HexBCB97B02231A39213d
Octal274271173024332714175
Binary1011110010111001111101101010001111010111001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB97B; }

 p { color: rgb(188,185,123); }

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

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

 a { background-color: rgb(188,185,123); }

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

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

 span { border-color: rgb(188,185,123); }

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