Html Css Color HEX #BABF73 Pine Glade

📋 copy color: '#BABF73'

red 186 ◦ green 191 ◦ blue 115

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

Shades of Pine Glade #BABF73

Tints of Pine Glade #BABF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.37%

R = 37.8%
G = 38.82%
B = 23.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BABF73 (or 0xBABF73) is known color: Pine Glade. HEX triplet: BA, BF and 73. RGB value is (186,191,115). Sum of RGB (Red+Green+Blue) = 186+191+115=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF73 is #45408C. Grayscale: #B5B5B5. Windows color (decimal): -4538509 or 7585722. OLE color: 7585722.

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

Color convert

RGB 186 191 115 -
CMYK 0.03 0 0.40 0.25
HSL 63.95º 0.37% 0.6% -
HSV(B) 63.95º 0.4% 0.75% -
XYZ 41.98 48.94 23.45 -
YUV 180.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 186 191 115 0.03 0 0.40 0.25 63.95 0.37 0.6
Hex BA BF 73 3 0 28 19 40 25 3C
Octal 272 277 163 3 0 50 31 100 45 74
Binary 10111010 10111111 1110011 11 0 101000 11001 1000000 100101 111100

Color Harmonies of #BABF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABF73

Black with #BABF73

Text Example


Text Example

White with #BABF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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