Html Css Color HEX #BACA77 Pine Glade

📋 copy color: '#BACA77'

red 186 ◦ green 202 ◦ blue 119

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

Shades of Pine Glade #BACA77

Tints of Pine Glade #BACA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.47%

R = 36.69%
G = 39.84%
B = 23.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#BACA77 (or 0xBACA77) is known color: Pine Glade. HEX triplet: BA, CA and 77. RGB value is (186,202,119). Sum of RGB (Red+Green+Blue) = 186+202+119=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA77 is #453588. Grayscale: #BCBCBC. Windows color (decimal): -4535689 or 7850682. OLE color: 7850682.

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

Color convert

RGB 186 202 119 -
CMYK 0.08 0 0.41 0.21
HSL 71.57º 0.44% 0.63% -
HSV(B) 71.57º 0.41% 0.79% -
XYZ 44.7 54.01 25.52 -
YUV 187.75 89.2 126.75 -
System Red Green Blue C M Y K H S L
Decimal 186 202 119 0.08 0 0.41 0.21 71.57 0.44 0.63
Hex BA CA 77 8 0 29 15 48 2C 3F
Octal 272 312 167 10 0 51 25 110 54 77
Binary 10111010 11001010 1110111 1000 0 101001 10101 1001000 101100 111111

Color Harmonies of #BACA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA77

Black with #BACA77

Text Example


Text Example

White with #BACA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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