Html Css Color HEX #BBBD7F Pine Glade

📋 copy color: '#BBBD7F'

red 187 ◦ green 189 ◦ blue 127

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

Shades of Pine Glade #BBBD7F

Tints of Pine Glade #BBBD7F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.57%

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

R = 37.18%
G = 37.57%
B = 25.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BBBD7F (or 0xBBBD7F) is known color: Pine Glade. HEX triplet: BB, BD and 7F. RGB value is (187,189,127). Sum of RGB (Red+Green+Blue) = 187+189+127=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD7F is #444280. Grayscale: #B5B5B5. Windows color (decimal): -4473473 or 8371643. OLE color: 8371643.

HSL color Cylindrical-coordinate representation of color #BBBD7F: hue angle of 61.94º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBBD7F is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 189 127 -
CMYK 0.01 0 0.33 0.26
HSL 61.94º 0.32% 0.62% -
HSV(B) 61.94º 0.33% 0.74% -
XYZ 42.52 48.49 27.2 -
YUV 181.33 97.34 132.04 -
System Red Green Blue C M Y K H S L
Decimal 187 189 127 0.01 0 0.33 0.26 61.94 0.32 0.62
Hex BB BD 7F 1 0 21 1A 3E 20 3E
Octal 273 275 177 1 0 41 32 76 40 76
Binary 10111011 10111101 1111111 1 0 100001 11010 111110 100000 111110

Color Harmonies of #BBBD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD7F

Black with #BBBD7F

Text Example


Text Example

White with #BBBD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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