Html Css Color HEX #BAC378 Pine Glade

📋 copy color: '#BAC378'

red 186 ◦ green 195 ◦ blue 120

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

Shades of Pine Glade #BAC378

Tints of Pine Glade #BAC378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.95%

R = 37.13%
G = 38.92%
B = 23.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#BAC378 (or 0xBAC378) is known color: Pine Glade. HEX triplet: BA, C3 and 78. RGB value is (186,195,120). Sum of RGB (Red+Green+Blue) = 186+195+120=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC378 is #453C87. Grayscale: #B8B8B8. Windows color (decimal): -4537480 or 7914426. OLE color: 7914426.

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

Color convert

RGB 186 195 120 -
CMYK 0.05 0 0.38 0.24
HSL 67.2º 0.38% 0.62% -
HSV(B) 67.2º 0.38% 0.76% -
XYZ 43.15 50.83 25.31 -
YUV 183.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 186 195 120 0.05 0 0.38 0.24 67.2 0.38 0.62
Hex BA C3 78 5 0 26 18 43 26 3E
Octal 272 303 170 5 0 46 30 103 46 76
Binary 10111010 11000011 1111000 101 0 100110 11000 1000011 100110 111110

Color Harmonies of #BAC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC378

Black with #BAC378

Text Example


Text Example

White with #BAC378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC378; }

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

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

background-color css

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

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

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

border-color css

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

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

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