Html Css Color HEX #BBBF7B Pine Glade

📋 copy color: '#BBBF7B'

red 187 ◦ green 191 ◦ blue 123

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

Shades of Pine Glade #BBBF7B

Tints of Pine Glade #BBBF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.55%

R = 37.33%
G = 38.12%
B = 24.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BBBF7B (or 0xBBBF7B) is known color: Pine Glade. HEX triplet: BB, BF and 7B. RGB value is (187,191,123). Sum of RGB (Red+Green+Blue) = 187+191+123=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF7B is #444084. Grayscale: #B6B6B6. Windows color (decimal): -4472965 or 8110011. OLE color: 8110011.

HSL color Cylindrical-coordinate representation of color #BBBF7B: hue angle of 63.53º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBBF7B is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 191 123 -
CMYK 0.02 0 0.36 0.25
HSL 63.53º 0.35% 0.62% -
HSV(B) 63.53º 0.36% 0.75% -
XYZ 42.7 49.26 26 -
YUV 182.05 94.67 131.53 -
System Red Green Blue C M Y K H S L
Decimal 187 191 123 0.02 0 0.36 0.25 63.53 0.35 0.62
Hex BB BF 7B 2 0 24 19 40 23 3E
Octal 273 277 173 2 0 44 31 100 43 76
Binary 10111011 10111111 1111011 10 0 100100 11001 1000000 100011 111110

Color Harmonies of #BBBF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBF7B

Black with #BBBF7B

Text Example


Text Example

White with #BBBF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBF7B; }

 p { color: rgb(187,191,123); }

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

background-color css

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

 a { background-color: rgb(187,191,123); }

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

border-color css

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

 span { border-color: rgb(187,191,123); }

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