Html Css Color HEX #BACA7B Pine Glade

📋 copy color: '#BACA7B'

red 186 ◦ green 202 ◦ blue 123

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

Shades of Pine Glade #BACA7B

Tints of Pine Glade #BACA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.07%

R = 36.4%
G = 39.53%
B = 24.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#BACA7B (or 0xBACA7B) is known color: Pine Glade. HEX triplet: BA, CA and 7B. RGB value is (186,202,123). Sum of RGB (Red+Green+Blue) = 186+202+123=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA7B is #453584. Grayscale: #BCBCBC. Windows color (decimal): -4535685 or 8112826. OLE color: 8112826.

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

Color convert

RGB 186 202 123 -
CMYK 0.08 0 0.39 0.21
HSL 72.15º 0.43% 0.64% -
HSV(B) 72.15º 0.39% 0.79% -
XYZ 44.95 54.11 26.81 -
YUV 188.21 91.2 126.42 -
System Red Green Blue C M Y K H S L
Decimal 186 202 123 0.08 0 0.39 0.21 72.15 0.43 0.64
Hex BA CA 7B 8 0 27 15 48 2B 40
Octal 272 312 173 10 0 47 25 110 53 100
Binary 10111010 11001010 1111011 1000 0 100111 10101 1001000 101011 1000000

Color Harmonies of #BACA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA7B

Black with #BACA7B

Text Example


Text Example

White with #BACA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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