Html Css Color HEX #BBC089 Pine Glade

📋 copy color: '#BBC089'

red 187 ◦ green 192 ◦ blue 137

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

Shades of Pine Glade #BBC089

Tints of Pine Glade #BBC089

RGB

 RED value IS 187 (73.44% from 255) = 36.24%

 GREEN value IS 192 (75.39% from 255) = 37.21%

 BLUE value IS 137 (53.91% from 255) = 26.55%

R = 36.24%
G = 37.21%
B = 26.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BBC089 (or 0xBBC089) is known color: Pine Glade. HEX triplet: BB, C0 and 89. RGB value is (187,192,137). Sum of RGB (Red+Green+Blue) = 187+192+137=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC089 is #443F76. Grayscale: #B8B8B8. Windows color (decimal): -4472695 or 9027771. OLE color: 9027771.

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

Color convert

RGB 187 192 137 -
CMYK 0.03 0 0.29 0.25
HSL 65.45º 0.3% 0.65% -
HSV(B) 65.45º 0.29% 0.75% -
XYZ 43.86 50.07 31.02 -
YUV 184.24 101.34 129.97 -
System Red Green Blue C M Y K H S L
Decimal 187 192 137 0.03 0 0.29 0.25 65.45 0.3 0.65
Hex BB C0 89 3 0 1D 19 41 1E 41
Octal 273 300 211 3 0 35 31 101 36 101
Binary 10111011 11000000 10001001 11 0 11101 11001 1000001 11110 1000001

Color Harmonies of #BBC089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC089

Black with #BBC089

Text Example


Text Example

White with #BBC089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC089; }

 p { color: rgb(187,192,137); }

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

background-color css

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

 a { background-color: rgb(187,192,137); }

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

border-color css

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

 span { border-color: rgb(187,192,137); }

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