Html Css Color HEX #BCBE8A Pine Glade

📋 copy color: '#BCBE8A'

red 188 ◦ green 190 ◦ blue 138

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

Shades of Pine Glade #BCBE8A

Tints of Pine Glade #BCBE8A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.82%

 BLUE value IS 138 (54.3% from 255) = 26.74%

R = 36.43%
G = 36.82%
B = 26.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BCBE8A (or 0xBCBE8A) is known color: Pine Glade. HEX triplet: BC, BE and 8A. RGB value is (188,190,138). Sum of RGB (Red+Green+Blue) = 188+190+138=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBE8A is #434175. Grayscale: #B7B7B7. Windows color (decimal): -4407670 or 9092796. OLE color: 9092796.

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

Color convert

RGB 188 190 138 -
CMYK 0.01 0 0.27 0.25
HSL 62.31º 0.29% 0.64% -
HSV(B) 62.31º 0.27% 0.75% -
XYZ 43.74 49.35 31.27 -
YUV 183.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 188 190 138 0.01 0 0.27 0.25 62.31 0.29 0.64
Hex BC BE 8A 1 0 1B 19 3E 1D 40
Octal 274 276 212 1 0 33 31 76 35 100
Binary 10111100 10111110 10001010 1 0 11011 11001 111110 11101 1000000

Color Harmonies of #BCBE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBE8A

Black with #BCBE8A

Text Example


Text Example

White with #BCBE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBE8A; }

 p { color: rgb(188,190,138); }

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

background-color css

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

 a { background-color: rgb(188,190,138); }

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

border-color css

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

 span { border-color: rgb(188,190,138); }

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