Html Css Color HEX #BABF71 Pine Glade

📋 copy color: '#BABF71'

red 186 ◦ green 191 ◦ blue 113

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

Shades of Pine Glade #BABF71

Tints of Pine Glade #BABF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.06%

R = 37.96%
G = 38.98%
B = 23.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BABF71 (or 0xBABF71) is known color: Pine Glade. HEX triplet: BA, BF and 71. RGB value is (186,191,113). Sum of RGB (Red+Green+Blue) = 186+191+113=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF71 is #45408E. Grayscale: #B4B4B4. Windows color (decimal): -4538511 or 7454650. OLE color: 7454650.

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

Color convert

RGB 186 191 113 -
CMYK 0.03 0 0.41 0.25
HSL 63.85º 0.38% 0.6% -
HSV(B) 63.85º 0.41% 0.75% -
XYZ 41.86 48.89 22.85 -
YUV 180.61 89.84 131.84 -
System Red Green Blue C M Y K H S L
Decimal 186 191 113 0.03 0 0.41 0.25 63.85 0.38 0.6
Hex BA BF 71 3 0 29 19 40 26 3C
Octal 272 277 161 3 0 51 31 100 46 74
Binary 10111010 10111111 1110001 11 0 101001 11001 1000000 100110 111100

Color Harmonies of #BABF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABF71

Black with #BABF71

Text Example


Text Example

White with #BABF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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