Html Css Color HEX #BABB7B Pine Glade

📋 copy color: '#BABB7B'

red 186 ◦ green 187 ◦ blue 123

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

Shades of Pine Glade #BABB7B

Tints of Pine Glade #BABB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.8%

R = 37.5%
G = 37.7%
B = 24.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BABB7B (or 0xBABB7B) is known color: Pine Glade. HEX triplet: BA, BB and 7B. RGB value is (186,187,123). Sum of RGB (Red+Green+Blue) = 186+187+123=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB7B is #454484. Grayscale: #B3B3B3. Windows color (decimal): -4539525 or 8108986. OLE color: 8108986.

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

Color convert

RGB 186 187 123 -
CMYK 0.01 0 0.34 0.27
HSL 60.94º 0.32% 0.61% -
HSV(B) 60.94º 0.34% 0.73% -
XYZ 41.6 47.41 25.7 -
YUV 179.41 96.17 132.7 -
System Red Green Blue C M Y K H S L
Decimal 186 187 123 0.01 0 0.34 0.27 60.94 0.32 0.61
Hex BA BB 7B 1 0 22 1B 3D 20 3D
Octal 272 273 173 1 0 42 33 75 40 75
Binary 10111010 10111011 1111011 1 0 100010 11011 111101 100000 111101

Color Harmonies of #BABB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB7B

Black with #BABB7B

Text Example


Text Example

White with #BABB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB7B; }

 p { color: rgb(186,187,123); }

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

background-color css

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

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

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

border-color css

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

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

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