Html Css Color HEX #BAC572 Pine Glade

📋 copy color: '#BAC572'

red 186 ◦ green 197 ◦ blue 114

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

Shades of Pine Glade #BAC572

Tints of Pine Glade #BAC572

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.64%

 BLUE value IS 114 (44.92% from 255) = 22.94%

R = 37.42%
G = 39.64%
B = 22.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#BAC572 (or 0xBAC572) is known color: Pine Glade. HEX triplet: BA, C5 and 72. RGB value is (186,197,114). Sum of RGB (Red+Green+Blue) = 186+197+114=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC572 is #453A8D. Grayscale: #B8B8B8. Windows color (decimal): -4536974 or 7521722. OLE color: 7521722.

HSL color Cylindrical-coordinate representation of color #BAC572: hue angle of 67.95º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAC572 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 197 114 -
CMYK 0.06 0 0.42 0.23
HSL 67.95º 0.42% 0.61% -
HSV(B) 67.95º 0.42% 0.77% -
XYZ 43.25 51.59 23.6 -
YUV 184.25 88.36 129.25 -
System Red Green Blue C M Y K H S L
Decimal 186 197 114 0.06 0 0.42 0.23 67.95 0.42 0.61
Hex BA C5 72 6 0 2A 17 44 2A 3D
Octal 272 305 162 6 0 52 27 104 52 75
Binary 10111010 11000101 1110010 110 0 101010 10111 1000100 101010 111101

Color Harmonies of #BAC572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC572

Black with #BAC572

Text Example


Text Example

White with #BAC572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC572; }

 p { color: rgb(186,197,114); }

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

background-color css

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

 a { background-color: rgb(186,197,114); }

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

border-color css

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

 span { border-color: rgb(186,197,114); }

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