Html Css Color HEX #BCBF8B Pine Glade

📋 copy color: '#BCBF8B'

red 188 ◦ green 191 ◦ blue 139

#BCBF8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #BCBF8B

Tints of Pine Glade #BCBF8B

RGB

 RED value IS 188 (73.83% from 255) = 36.29%

 GREEN value IS 191 (75% from 255) = 36.87%

 BLUE value IS 139 (54.69% from 255) = 26.83%

R = 36.29%
G = 36.87%
B = 26.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BCBF8B (or 0xBCBF8B) is known color: Pine Glade. HEX triplet: BC, BF and 8B. RGB value is (188,191,139). Sum of RGB (Red+Green+Blue) = 188+191+139=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBF8B is #434074. Grayscale: #B8B8B8. Windows color (decimal): -4407413 or 9158588. OLE color: 9158588.

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

Color convert

RGB 188 191 139 -
CMYK 0.02 0 0.27 0.25
HSL 63.46º 0.29% 0.65% -
HSV(B) 63.46º 0.27% 0.75% -
XYZ 44.03 49.82 31.72 -
YUV 184.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 188 191 139 0.02 0 0.27 0.25 63.46 0.29 0.65
Hex BC BF 8B 2 0 1B 19 3F 1D 41
Octal 274 277 213 2 0 33 31 77 35 101
Binary 10111100 10111111 10001011 10 0 11011 11001 111111 11101 1000001

Color Harmonies of #BCBF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF8B

Black with #BCBF8B

Text Example


Text Example

White with #BCBF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF8B; }

 p { color: rgb(188,191,139); }

 H1.HeaderClassName
 {
   color: #BCBF8B;
 }
 .AnyTagClassName
 {
   color: #BCBF8B;
 }
</style>

background-color css

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

 a { background-color: rgb(188,191,139); }

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

border-color css

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

 span { border-color: rgb(188,191,139); }

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