Html Css Color HEX #BABF7D Pine Glade

📋 copy color: '#BABF7D'

red 186 ◦ green 191 ◦ blue 125

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

Shades of Pine Glade #BABF7D

Tints of Pine Glade #BABF7D

RGB

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

 GREEN value IS 191 (75% from 255) = 38.05%

 BLUE value IS 125 (49.22% from 255) = 24.9%

R = 37.05%
G = 38.05%
B = 24.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BABF7D (or 0xBABF7D) is known color: Pine Glade. HEX triplet: BA, BF and 7D. RGB value is (186,191,125). Sum of RGB (Red+Green+Blue) = 186+191+125=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF7D is #454082. Grayscale: #B6B6B6. Windows color (decimal): -4538499 or 8241082. OLE color: 8241082.

HSL color Cylindrical-coordinate representation of color #BABF7D: hue angle of 64.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BABF7D is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 191 125 -
CMYK 0.03 0 0.35 0.25
HSL 64.55º 0.34% 0.62% -
HSV(B) 64.55º 0.35% 0.75% -
XYZ 42.58 49.18 26.65 -
YUV 181.98 95.84 130.87 -
System Red Green Blue C M Y K H S L
Decimal 186 191 125 0.03 0 0.35 0.25 64.55 0.34 0.62
Hex BA BF 7D 3 0 23 19 41 22 3E
Octal 272 277 175 3 0 43 31 101 42 76
Binary 10111010 10111111 1111101 11 0 100011 11001 1000001 100010 111110

Color Harmonies of #BABF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABF7D

Black with #BABF7D

Text Example


Text Example

White with #BABF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABF7D; }

 p { color: rgb(186,191,125); }

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

background-color css

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

 a { background-color: rgb(186,191,125); }

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

border-color css

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

 span { border-color: rgb(186,191,125); }

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