Html Css Color HEX #BABF85 Pine Glade

📋 copy color: '#BABF85'

red 186 ◦ green 191 ◦ blue 133

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

Shades of Pine Glade #BABF85

Tints of Pine Glade #BABF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.08%

R = 36.47%
G = 37.45%
B = 26.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BABF85 (or 0xBABF85) is known color: Pine Glade. HEX triplet: BA, BF and 85. RGB value is (186,191,133). Sum of RGB (Red+Green+Blue) = 186+191+133=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABF85 is #45407A. Grayscale: #B7B7B7. Windows color (decimal): -4538491 or 8765370. OLE color: 8765370.

HSL color Cylindrical-coordinate representation of color #BABF85: hue angle of 65.17º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BABF85 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 191 133 -
CMYK 0.03 0 0.30 0.25
HSL 65.17º 0.31% 0.64% -
HSV(B) 65.17º 0.3% 0.75% -
XYZ 43.11 49.39 29.45 -
YUV 182.89 99.84 130.22 -
System Red Green Blue C M Y K H S L
Decimal 186 191 133 0.03 0 0.30 0.25 65.17 0.31 0.64
Hex BA BF 85 3 0 1E 19 41 1F 40
Octal 272 277 205 3 0 36 31 101 37 100
Binary 10111010 10111111 10000101 11 0 11110 11001 1000001 11111 1000000

Color Harmonies of #BABF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABF85

Black with #BABF85

Text Example


Text Example

White with #BABF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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