Html Css Color HEX #BAD37F Caper

📋 copy color: '#BAD37F'

red 186 ◦ green 211 ◦ blue 127

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

Shades of Caper #BAD37F

Tints of Caper #BAD37F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.27%

 BLUE value IS 127 (50% from 255) = 24.24%

R = 35.5%
G = 40.27%
B = 24.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#BAD37F (or 0xBAD37F) is known color: Caper. HEX triplet: BA, D3 and 7F. RGB value is (186,211,127). Sum of RGB (Red+Green+Blue) = 186+211+127=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD37F is #452C80. Grayscale: #C2C2C2. Windows color (decimal): -4533377 or 8377274. OLE color: 8377274.

HSL color Cylindrical-coordinate representation of color #BAD37F: hue angle of 77.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAD37F is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 211 127 -
CMYK 0.12 0 0.40 0.17
HSL 77.86º 0.49% 0.66% -
HSV(B) 77.86º 0.4% 0.83% -
XYZ 47.37 58.56 28.88 -
YUV 193.95 90.22 122.33 -
System Red Green Blue C M Y K H S L
Decimal 186 211 127 0.12 0 0.40 0.17 77.86 0.49 0.66
Hex BA D3 7F C 0 28 11 4E 31 42
Octal 272 323 177 14 0 50 21 116 61 102
Binary 10111010 11010011 1111111 1100 0 101000 10001 1001110 110001 1000010

Color Harmonies of #BAD37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD37F

Black with #BAD37F

Text Example


Text Example

White with #BAD37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD37F; }

 p { color: rgb(186,211,127); }

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

background-color css

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

 a { background-color: rgb(186,211,127); }

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

border-color css

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

 span { border-color: rgb(186,211,127); }

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