Html Css Color HEX #BCBF85 Pine Glade

📋 copy color: '#BCBF85'

red 188 ◦ green 191 ◦ blue 133

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

Shades of Pine Glade #BCBF85

Tints of Pine Glade #BCBF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.98%

R = 36.72%
G = 37.3%
B = 25.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BCBF85 (or 0xBCBF85) is known color: Pine Glade. HEX triplet: BC, BF and 85. RGB value is (188,191,133). Sum of RGB (Red+Green+Blue) = 188+191+133=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBF85 is #43407A. Grayscale: #B7B7B7. Windows color (decimal): -4407419 or 8765372. OLE color: 8765372.

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

Color convert

RGB 188 191 133 -
CMYK 0.02 0 0.30 0.25
HSL 63.1º 0.31% 0.64% -
HSV(B) 63.1º 0.3% 0.75% -
XYZ 43.6 49.65 29.47 -
YUV 183.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 188 191 133 0.02 0 0.30 0.25 63.1 0.31 0.64
Hex BC BF 85 2 0 1E 19 3F 1F 40
Octal 274 277 205 2 0 36 31 77 37 100
Binary 10111100 10111111 10000101 10 0 11110 11001 111111 11111 1000000

Color Harmonies of #BCBF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF85

Black with #BCBF85

Text Example


Text Example

White with #BCBF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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