Html Css Color HEX #BABD7D Pine Glade

📋 copy color: '#BABD7D'

red 186 ◦ green 189 ◦ blue 125

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

Shades of Pine Glade #BABD7D

Tints of Pine Glade #BABD7D

RGB

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

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

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

R = 37.2%
G = 37.8%
B = 25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BABD7D (or 0xBABD7D) is known color: Pine Glade. HEX triplet: BA, BD and 7D. RGB value is (186,189,125). Sum of RGB (Red+Green+Blue) = 186+189+125=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD7D is #454282. Grayscale: #B5B5B5. Windows color (decimal): -4539011 or 8240570. OLE color: 8240570.

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

Color convert

RGB 186 189 125 -
CMYK 0.02 0 0.34 0.26
HSL 62.81º 0.33% 0.62% -
HSV(B) 62.81º 0.34% 0.74% -
XYZ 42.15 48.31 26.51 -
YUV 180.81 96.51 131.7 -
System Red Green Blue C M Y K H S L
Decimal 186 189 125 0.02 0 0.34 0.26 62.81 0.33 0.62
Hex BA BD 7D 2 0 22 1A 3F 21 3E
Octal 272 275 175 2 0 42 32 77 41 76
Binary 10111010 10111101 1111101 10 0 100010 11010 111111 100001 111110

Color Harmonies of #BABD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD7D

Black with #BABD7D

Text Example


Text Example

White with #BABD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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