Html Css Color HEX #BBBE7F Pine Glade

📋 copy color: '#BBBE7F'

red 187 ◦ green 190 ◦ blue 127

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

Shades of Pine Glade #BBBE7F

Tints of Pine Glade #BBBE7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.2%

R = 37.1%
G = 37.7%
B = 25.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BBBE7F (or 0xBBBE7F) is known color: Pine Glade. HEX triplet: BB, BE and 7F. RGB value is (187,190,127). Sum of RGB (Red+Green+Blue) = 187+190+127=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBE7F is #444180. Grayscale: #B6B6B6. Windows color (decimal): -4473217 or 8371899. OLE color: 8371899.

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

Color convert

RGB 187 190 127 -
CMYK 0.02 0 0.33 0.25
HSL 62.86º 0.33% 0.62% -
HSV(B) 62.86º 0.33% 0.75% -
XYZ 42.74 48.92 27.27 -
YUV 181.92 97.01 131.62 -
System Red Green Blue C M Y K H S L
Decimal 187 190 127 0.02 0 0.33 0.25 62.86 0.33 0.62
Hex BB BE 7F 2 0 21 19 3F 21 3E
Octal 273 276 177 2 0 41 31 77 41 76
Binary 10111011 10111110 1111111 10 0 100001 11001 111111 100001 111110

Color Harmonies of #BBBE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBE7F

Black with #BBBE7F

Text Example


Text Example

White with #BBBE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBE7F; }

 p { color: rgb(187,190,127); }

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

background-color css

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

 a { background-color: rgb(187,190,127); }

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

border-color css

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

 span { border-color: rgb(187,190,127); }

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