Html Css Color HEX #BBC184 Pine Glade

📋 copy color: '#BBC184'

red 187 ◦ green 193 ◦ blue 132

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

Shades of Pine Glade #BBC184

Tints of Pine Glade #BBC184

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.7%

 BLUE value IS 132 (51.95% from 255) = 25.78%

R = 36.52%
G = 37.7%
B = 25.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#BBC184 (or 0xBBC184) is known color: Pine Glade. HEX triplet: BB, C1 and 84. RGB value is (187,193,132). Sum of RGB (Red+Green+Blue) = 187+193+132=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC184 is #443E7B. Grayscale: #B8B8B8. Windows color (decimal): -4472444 or 8700347. OLE color: 8700347.

HSL color Cylindrical-coordinate representation of color #BBC184: hue angle of 65.9º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBC184 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 132 -
CMYK 0.03 0 0.32 0.24
HSL 65.9º 0.33% 0.64% -
HSV(B) 65.9º 0.32% 0.76% -
XYZ 43.73 50.37 29.25 -
YUV 184.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 187 193 132 0.03 0 0.32 0.24 65.9 0.33 0.64
Hex BB C1 84 3 0 20 18 42 21 40
Octal 273 301 204 3 0 40 30 102 41 100
Binary 10111011 11000001 10000100 11 0 100000 11000 1000010 100001 1000000

Color Harmonies of #BBC184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC184

Black with #BBC184

Text Example


Text Example

White with #BBC184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC184; }

 p { color: rgb(187,193,132); }

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

background-color css

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

 a { background-color: rgb(187,193,132); }

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

border-color css

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

 span { border-color: rgb(187,193,132); }

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