Html Css Color HEX #BBBB77 Pine Glade

📋 copy color: '#BBBB77'

red 187 ◦ green 187 ◦ blue 119

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

Shades of Pine Glade #BBBB77

Tints of Pine Glade #BBBB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.14%

R = 37.93%
G = 37.93%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BBBB77 (or 0xBBBB77) is known color: Pine Glade. HEX triplet: BB, BB and 77. RGB value is (187,187,119). Sum of RGB (Red+Green+Blue) = 187+187+119=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB77 is #444488. Grayscale: #B3B3B3. Windows color (decimal): -4473993 or 7846843. OLE color: 7846843.

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

Color convert

RGB 187 187 119 -
CMYK 0 0 0.36 0.27
HSL 60º 0.33% 0.6% -
HSV(B) 60º 0.36% 0.73% -
XYZ 41.59 47.44 24.42 -
YUV 179.25 94 133.53 -
System Red Green Blue C M Y K H S L
Decimal 187 187 119 0 0 0.36 0.27 60 0.33 0.6
Hex BB BB 77 0 0 24 1B 3C 21 3C
Octal 273 273 167 0 0 44 33 74 41 74
Binary 10111011 10111011 1110111 0 0 100100 11011 111100 100001 111100

Color Harmonies of #BBBB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB77

Black with #BBBB77

Text Example


Text Example

White with #BBBB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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