Html Css Color HEX #BBBE7D Pine Glade

📋 copy color: '#BBBE7D'

red 187 ◦ green 190 ◦ blue 125

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

Shades of Pine Glade #BBBE7D

Tints of Pine Glade #BBBE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.9%

R = 37.25%
G = 37.85%
B = 24.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BBBE7D (or 0xBBBE7D) is known color: Pine Glade. HEX triplet: BB, BE and 7D. RGB value is (187,190,125). Sum of RGB (Red+Green+Blue) = 187+190+125=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBE7D is #444182. Grayscale: #B5B5B5. Windows color (decimal): -4473219 or 8240827. OLE color: 8240827.

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

Color convert

RGB 187 190 125 -
CMYK 0.02 0 0.34 0.25
HSL 62.77º 0.33% 0.62% -
HSV(B) 62.77º 0.34% 0.75% -
XYZ 42.61 48.87 26.59 -
YUV 181.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 187 190 125 0.02 0 0.34 0.25 62.77 0.33 0.62
Hex BB BE 7D 2 0 22 19 3F 21 3E
Octal 273 276 175 2 0 42 31 77 41 76
Binary 10111011 10111110 1111101 10 0 100010 11001 111111 100001 111110

Color Harmonies of #BBBE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBE7D

Black with #BBBE7D

Text Example


Text Example

White with #BBBE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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