Html Css Color HEX #BACA76 Pine Glade

📋 copy color: '#BACA76'

red 186 ◦ green 202 ◦ blue 118

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

Shades of Pine Glade #BACA76

Tints of Pine Glade #BACA76

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.92%

 BLUE value IS 118 (46.48% from 255) = 23.32%

R = 36.76%
G = 39.92%
B = 23.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#BACA76 (or 0xBACA76) is known color: Pine Glade. HEX triplet: BA, CA and 76. RGB value is (186,202,118). Sum of RGB (Red+Green+Blue) = 186+202+118=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA76 is #453589. Grayscale: #BBBBBB. Windows color (decimal): -4535690 or 7785146. OLE color: 7785146.

HSL color Cylindrical-coordinate representation of color #BACA76: hue angle of 71.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BACA76 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 202 118 -
CMYK 0.08 0 0.42 0.21
HSL 71.43º 0.44% 0.63% -
HSV(B) 71.43º 0.42% 0.79% -
XYZ 44.64 53.99 25.21 -
YUV 187.64 88.7 126.83 -
System Red Green Blue C M Y K H S L
Decimal 186 202 118 0.08 0 0.42 0.21 71.43 0.44 0.63
Hex BA CA 76 8 0 2A 15 47 2C 3F
Octal 272 312 166 10 0 52 25 107 54 77
Binary 10111010 11001010 1110110 1000 0 101010 10101 1000111 101100 111111

Color Harmonies of #BACA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA76

Black with #BACA76

Text Example


Text Example

White with #BACA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA76; }

 p { color: rgb(186,202,118); }

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

background-color css

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

 a { background-color: rgb(186,202,118); }

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

border-color css

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

 span { border-color: rgb(186,202,118); }

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