Html Css Color HEX #BABD77 Pine Glade

📋 copy color: '#BABD77'

red 186 ◦ green 189 ◦ blue 119

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

Shades of Pine Glade #BABD77

Tints of Pine Glade #BABD77

RGB

 RED value IS 186 (73.05% from 255) = 37.65%

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

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

R = 37.65%
G = 38.26%
B = 24.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BABD77 (or 0xBABD77) is known color: Pine Glade. HEX triplet: BA, BD and 77. RGB value is (186,189,119). Sum of RGB (Red+Green+Blue) = 186+189+119=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD77 is #454288. Grayscale: #B4B4B4. Windows color (decimal): -4539017 or 7847354. OLE color: 7847354.

HSL color Cylindrical-coordinate representation of color #BABD77: hue angle of 62.57º 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 #BABD77 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 189 119 -
CMYK 0.02 0 0.37 0.26
HSL 62.57º 0.35% 0.6% -
HSV(B) 62.57º 0.37% 0.74% -
XYZ 41.78 48.17 24.55 -
YUV 180.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 186 189 119 0.02 0 0.37 0.26 62.57 0.35 0.6
Hex BA BD 77 2 0 25 1A 3F 23 3C
Octal 272 275 167 2 0 45 32 77 43 74
Binary 10111010 10111101 1110111 10 0 100101 11010 111111 100011 111100

Color Harmonies of #BABD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD77

Black with #BABD77

Text Example


Text Example

White with #BABD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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