Html Css Color HEX #BABC74 Pine Glade

📋 copy color: '#BABC74'

red 186 ◦ green 188 ◦ blue 116

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

Shades of Pine Glade #BABC74

Tints of Pine Glade #BABC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.37%

 BLUE value IS 116 (45.7% from 255) = 23.67%

R = 37.96%
G = 38.37%
B = 23.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BABC74 (or 0xBABC74) is known color: Pine Glade. HEX triplet: BA, BC and 74. RGB value is (186,188,116). Sum of RGB (Red+Green+Blue) = 186+188+116=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC74 is #45438B. Grayscale: #B3B3B3. Windows color (decimal): -4539276 or 7650490. OLE color: 7650490.

HSL color Cylindrical-coordinate representation of color #BABC74: hue angle of 61.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BABC74 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 188 116 -
CMYK 0.01 0 0.38 0.26
HSL 61.67º 0.35% 0.6% -
HSV(B) 61.67º 0.38% 0.74% -
XYZ 41.39 47.67 23.54 -
YUV 179.19 92.34 132.85 -
System Red Green Blue C M Y K H S L
Decimal 186 188 116 0.01 0 0.38 0.26 61.67 0.35 0.6
Hex BA BC 74 1 0 26 1A 3E 23 3C
Octal 272 274 164 1 0 46 32 76 43 74
Binary 10111010 10111100 1110100 1 0 100110 11010 111110 100011 111100

Color Harmonies of #BABC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC74

Black with #BABC74

Text Example


Text Example

White with #BABC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC74; }

 p { color: rgb(186,188,116); }

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

background-color css

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

 a { background-color: rgb(186,188,116); }

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

border-color css

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

 span { border-color: rgb(186,188,116); }

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