Html Css Color HEX #BABD7F Pine Glade

📋 copy color: '#BABD7F'

red 186 ◦ green 189 ◦ blue 127

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

Shades of Pine Glade #BABD7F

Tints of Pine Glade #BABD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.3%

R = 37.05%
G = 37.65%
B = 25.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BABD7F (or 0xBABD7F) is known color: Pine Glade. HEX triplet: BA, BD and 7F. RGB value is (186,189,127). Sum of RGB (Red+Green+Blue) = 186+189+127=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD7F is #454280. Grayscale: #B5B5B5. Windows color (decimal): -4539009 or 8371642. OLE color: 8371642.

HSL color Cylindrical-coordinate representation of color #BABD7F: hue angle of 62.9º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BABD7F is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 189 127 -
CMYK 0.02 0 0.33 0.26
HSL 62.9º 0.32% 0.62% -
HSV(B) 62.9º 0.33% 0.74% -
XYZ 42.28 48.37 27.19 -
YUV 181.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 186 189 127 0.02 0 0.33 0.26 62.9 0.32 0.62
Hex BA BD 7F 2 0 21 1A 3F 20 3E
Octal 272 275 177 2 0 41 32 77 40 76
Binary 10111010 10111101 1111111 10 0 100001 11010 111111 100000 111110

Color Harmonies of #BABD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD7F

Black with #BABD7F

Text Example


Text Example

White with #BABD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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