Html Css Color HEX #BACA7A Pine Glade

📋 copy color: '#BACA7A'

red 186 ◦ green 202 ◦ blue 122

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

Shades of Pine Glade #BACA7A

Tints of Pine Glade #BACA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.92%

R = 36.47%
G = 39.61%
B = 23.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#BACA7A (or 0xBACA7A) is known color: Pine Glade. HEX triplet: BA, CA and 7A. RGB value is (186,202,122). Sum of RGB (Red+Green+Blue) = 186+202+122=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA7A is #453585. Grayscale: #BCBCBC. Windows color (decimal): -4535686 or 8047290. OLE color: 8047290.

HSL color Cylindrical-coordinate representation of color #BACA7A: hue angle of 72º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BACA7A is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 202 122 -
CMYK 0.08 0 0.40 0.21
HSL 72º 0.43% 0.64% -
HSV(B) 72º 0.4% 0.79% -
XYZ 44.88 54.09 26.49 -
YUV 188.1 90.7 126.5 -
System Red Green Blue C M Y K H S L
Decimal 186 202 122 0.08 0 0.40 0.21 72 0.43 0.64
Hex BA CA 7A 8 0 28 15 48 2B 40
Octal 272 312 172 10 0 50 25 110 53 100
Binary 10111010 11001010 1111010 1000 0 101000 10101 1001000 101011 1000000

Color Harmonies of #BACA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA7A

Black with #BACA7A

Text Example


Text Example

White with #BACA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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