Html Css Color HEX #BAC075 Pine Glade

📋 copy color: '#BAC075'

red 186 ◦ green 192 ◦ blue 117

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

Shades of Pine Glade #BAC075

Tints of Pine Glade #BAC075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.79%

 BLUE value IS 117 (46.09% from 255) = 23.64%

R = 37.58%
G = 38.79%
B = 23.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BAC075 (or 0xBAC075) is known color: Pine Glade. HEX triplet: BA, C0 and 75. RGB value is (186,192,117). Sum of RGB (Red+Green+Blue) = 186+192+117=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC075 is #453F8A. Grayscale: #B5B5B5. Windows color (decimal): -4538251 or 7717050. OLE color: 7717050.

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

Color convert

RGB 186 192 117 -
CMYK 0.03 0 0.39 0.25
HSL 64.8º 0.37% 0.61% -
HSV(B) 64.8º 0.39% 0.75% -
XYZ 42.31 49.42 24.14 -
YUV 181.66 91.51 131.1 -
System Red Green Blue C M Y K H S L
Decimal 186 192 117 0.03 0 0.39 0.25 64.8 0.37 0.61
Hex BA C0 75 3 0 27 19 41 25 3D
Octal 272 300 165 3 0 47 31 101 45 75
Binary 10111010 11000000 1110101 11 0 100111 11001 1000001 100101 111101

Color Harmonies of #BAC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC075

Black with #BAC075

Text Example


Text Example

White with #BAC075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC075; }

 p { color: rgb(186,192,117); }

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

background-color css

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

 a { background-color: rgb(186,192,117); }

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

border-color css

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

 span { border-color: rgb(186,192,117); }

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