Html Css Color HEX #BBBD7C Pine Glade

📋 copy color: '#BBBD7C'

red 187 ◦ green 189 ◦ blue 124

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

Shades of Pine Glade #BBBD7C

Tints of Pine Glade #BBBD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.8%

R = 37.4%
G = 37.8%
B = 24.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BBBD7C (or 0xBBBD7C) is known color: Pine Glade. HEX triplet: BB, BD and 7C. RGB value is (187,189,124). Sum of RGB (Red+Green+Blue) = 187+189+124=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD7C is #444283. Grayscale: #B5B5B5. Windows color (decimal): -4473476 or 8175035. OLE color: 8175035.

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

Color convert

RGB 187 189 124 -
CMYK 0.01 0 0.34 0.26
HSL 61.85º 0.33% 0.61% -
HSV(B) 61.85º 0.34% 0.74% -
XYZ 42.33 48.42 26.18 -
YUV 180.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 187 189 124 0.01 0 0.34 0.26 61.85 0.33 0.61
Hex BB BD 7C 1 0 22 1A 3E 21 3D
Octal 273 275 174 1 0 42 32 76 41 75
Binary 10111011 10111101 1111100 1 0 100010 11010 111110 100001 111101

Color Harmonies of #BBBD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD7C

Black with #BBBD7C

Text Example


Text Example

White with #BBBD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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