Html Css Color HEX #BAC372 Pine Glade

📋 copy color: '#BAC372'

red 186 ◦ green 195 ◦ blue 114

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

Shades of Pine Glade #BAC372

Tints of Pine Glade #BAC372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.39%

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

R = 37.58%
G = 39.39%
B = 23.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#BAC372 (or 0xBAC372) is known color: Pine Glade. HEX triplet: BA, C3 and 72. RGB value is (186,195,114). Sum of RGB (Red+Green+Blue) = 186+195+114=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC372 is #453C8D. Grayscale: #B7B7B7. Windows color (decimal): -4537486 or 7521210. OLE color: 7521210.

HSL color Cylindrical-coordinate representation of color #BAC372: hue angle of 66.67º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAC372 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 195 114 -
CMYK 0.05 0 0.42 0.24
HSL 66.67º 0.4% 0.61% -
HSV(B) 66.67º 0.42% 0.76% -
XYZ 42.8 50.68 23.45 -
YUV 183.08 89.02 130.09 -
System Red Green Blue C M Y K H S L
Decimal 186 195 114 0.05 0 0.42 0.24 66.67 0.4 0.61
Hex BA C3 72 5 0 2A 18 43 28 3D
Octal 272 303 162 5 0 52 30 103 50 75
Binary 10111010 11000011 1110010 101 0 101010 11000 1000011 101000 111101

Color Harmonies of #BAC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC372

Black with #BAC372

Text Example


Text Example

White with #BAC372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC372; }

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

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

background-color css

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

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

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

border-color css

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

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

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