Html Css Color HEX #BACA74 Pine Glade

📋 copy color: '#BACA74'

red 186 ◦ green 202 ◦ blue 116

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

Shades of Pine Glade #BACA74

Tints of Pine Glade #BACA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.02%

R = 36.9%
G = 40.08%
B = 23.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#BACA74 (or 0xBACA74) is known color: Pine Glade. HEX triplet: BA, CA and 74. RGB value is (186,202,116). Sum of RGB (Red+Green+Blue) = 186+202+116=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA74 is #45358B. Grayscale: #BBBBBB. Windows color (decimal): -4535692 or 7654074. OLE color: 7654074.

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

Color convert

RGB 186 202 116 -
CMYK 0.08 0 0.43 0.21
HSL 71.16º 0.45% 0.62% -
HSV(B) 71.16º 0.43% 0.79% -
XYZ 44.52 53.94 24.59 -
YUV 187.41 87.7 126.99 -
System Red Green Blue C M Y K H S L
Decimal 186 202 116 0.08 0 0.43 0.21 71.16 0.45 0.62
Hex BA CA 74 8 0 2B 15 47 2D 3E
Octal 272 312 164 10 0 53 25 107 55 76
Binary 10111010 11001010 1110100 1000 0 101011 10101 1000111 101101 111110

Color Harmonies of #BACA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA74

Black with #BACA74

Text Example


Text Example

White with #BACA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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