Html Css Color HEX #BAD174 Caper

📋 copy color: '#BAD174'

red 186 ◦ green 209 ◦ blue 116

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

Shades of Caper #BAD174

Tints of Caper #BAD174

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.9%

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

R = 36.4%
G = 40.9%
B = 22.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#BAD174 (or 0xBAD174) is known color: Caper. HEX triplet: BA, D1 and 74. RGB value is (186,209,116). Sum of RGB (Red+Green+Blue) = 186+209+116=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD174 is #452E8B. Grayscale: #BFBFBF. Windows color (decimal): -4533900 or 7655866. OLE color: 7655866.

HSL color Cylindrical-coordinate representation of color #BAD174: hue angle of 74.84º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAD174 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 209 116 -
CMYK 0.11 0 0.44 0.18
HSL 74.84º 0.5% 0.64% -
HSV(B) 74.84º 0.44% 0.82% -
XYZ 46.2 57.3 25.15 -
YUV 191.52 85.38 124.06 -
System Red Green Blue C M Y K H S L
Decimal 186 209 116 0.11 0 0.44 0.18 74.84 0.5 0.64
Hex BA D1 74 B 0 2C 12 4B 32 40
Octal 272 321 164 13 0 54 22 113 62 100
Binary 10111010 11010001 1110100 1011 0 101100 10010 1001011 110010 1000000

Color Harmonies of #BAD174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD174

Black with #BAD174

Text Example


Text Example

White with #BAD174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD174; }

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

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

background-color css

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

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

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

border-color css

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

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

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