Html Css Color HEX #BBBB7D Pine Glade

📋 copy color: '#BBBB7D'

red 187 ◦ green 187 ◦ blue 125

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

Shades of Pine Glade #BBBB7D

Tints of Pine Glade #BBBB7D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.47%

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

R = 37.47%
G = 37.47%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BBBB7D (or 0xBBBB7D) is known color: Pine Glade. HEX triplet: BB, BB and 7D. RGB value is (187,187,125). Sum of RGB (Red+Green+Blue) = 187+187+125=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB7D is #444482. Grayscale: #B4B4B4. Windows color (decimal): -4473987 or 8240059. OLE color: 8240059.

HSL color Cylindrical-coordinate representation of color #BBBB7D: hue angle of 60º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBBB7D is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 187 125 -
CMYK 0 0 0.33 0.27
HSL 60º 0.31% 0.61% -
HSV(B) 60º 0.33% 0.73% -
XYZ 41.97 47.59 26.38 -
YUV 179.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 187 187 125 0 0 0.33 0.27 60 0.31 0.61
Hex BB BB 7D 0 0 21 1B 3C 1F 3D
Octal 273 273 175 0 0 41 33 74 37 75
Binary 10111011 10111011 1111101 0 0 100001 11011 111100 11111 111101

Color Harmonies of #BBBB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB7D

Black with #BBBB7D

Text Example


Text Example

White with #BBBB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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