Html Css Color HEX #BBC388 Pine Glade

📋 copy color: '#BBC388'

red 187 ◦ green 195 ◦ blue 136

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

Shades of Pine Glade #BBC388

Tints of Pine Glade #BBC388

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.64%

 BLUE value IS 136 (53.52% from 255) = 26.25%

R = 36.1%
G = 37.64%
B = 26.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#BBC388 (or 0xBBC388) is known color: Pine Glade. HEX triplet: BB, C3 and 88. RGB value is (187,195,136). Sum of RGB (Red+Green+Blue) = 187+195+136=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC388 is #443C77. Grayscale: #BABABA. Windows color (decimal): -4471928 or 8963003. OLE color: 8963003.

HSL color Cylindrical-coordinate representation of color #BBC388: hue angle of 68.14º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBC388 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 136 -
CMYK 0.04 0 0.30 0.24
HSL 68.14º 0.33% 0.65% -
HSV(B) 68.14º 0.3% 0.76% -
XYZ 44.45 51.37 30.87 -
YUV 185.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 187 195 136 0.04 0 0.30 0.24 68.14 0.33 0.65
Hex BB C3 88 4 0 1E 18 44 21 41
Octal 273 303 210 4 0 36 30 104 41 101
Binary 10111011 11000011 10001000 100 0 11110 11000 1000100 100001 1000001

Color Harmonies of #BBC388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC388

Black with #BBC388

Text Example


Text Example

White with #BBC388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC388; }

 p { color: rgb(187,195,136); }

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

background-color css

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

 a { background-color: rgb(187,195,136); }

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

border-color css

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

 span { border-color: rgb(187,195,136); }

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