Html Css Color HEX #BDBB77 Pine Glade

📋 copy color: '#BDBB77'

red 189 ◦ green 187 ◦ blue 119

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

Shades of Pine Glade #BDBB77

Tints of Pine Glade #BDBB77

RGB

 RED value IS 189 (74.22% from 255) = 38.18%

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

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

R = 38.18%
G = 37.78%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BDBB77 (or 0xBDBB77) is known color: Pine Glade. HEX triplet: BD, BB and 77. RGB value is (189,187,119). Sum of RGB (Red+Green+Blue) = 189+187+119=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB77 is #424488. Grayscale: #B4B4B4. Windows color (decimal): -4342921 or 7846845. OLE color: 7846845.

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

Color convert

RGB 189 187 119 -
CMYK 0 0.01 0.37 0.26
HSL 58.29º 0.35% 0.6% -
HSV(B) 58.29º 0.37% 0.74% -
XYZ 42.09 47.69 24.44 -
YUV 179.85 93.66 134.53 -
System Red Green Blue C M Y K H S L
Decimal 189 187 119 0 0.01 0.37 0.26 58.29 0.35 0.6
Hex BD BB 77 0 1 25 1A 3A 23 3C
Octal 275 273 167 0 1 45 32 72 43 74
Binary 10111101 10111011 1110111 0 1 100101 11010 111010 100011 111100

Color Harmonies of #BDBB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB77

Black with #BDBB77

Text Example


Text Example

White with #BDBB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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