Html Css Color HEX #BAD577 Caper

📋 copy color: '#BAD577'

red 186 ◦ green 213 ◦ blue 119

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

Shades of Caper #BAD577

Tints of Caper #BAD577

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.12%

 BLUE value IS 119 (46.88% from 255) = 22.97%

R = 35.91%
G = 41.12%
B = 22.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#BAD577 (or 0xBAD577) is known color: Caper. HEX triplet: BA, D5 and 77. RGB value is (186,213,119). Sum of RGB (Red+Green+Blue) = 186+213+119=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD577 is #452A88. Grayscale: #C2C2C2. Windows color (decimal): -4532873 or 7853498. OLE color: 7853498.

HSL color Cylindrical-coordinate representation of color #BAD577: hue angle of 77.23º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAD577 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 213 119 -
CMYK 0.13 0 0.44 0.16
HSL 77.23º 0.53% 0.65% -
HSV(B) 77.23º 0.44% 0.84% -
XYZ 47.37 59.36 26.41 -
YUV 194.21 85.55 122.14 -
System Red Green Blue C M Y K H S L
Decimal 186 213 119 0.13 0 0.44 0.16 77.23 0.53 0.65
Hex BA D5 77 D 0 2C 10 4D 35 41
Octal 272 325 167 15 0 54 20 115 65 101
Binary 10111010 11010101 1110111 1101 0 101100 10000 1001101 110101 1000001

Color Harmonies of #BAD577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD577

Black with #BAD577

Text Example


Text Example

White with #BAD577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD577; }

 p { color: rgb(186,213,119); }

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

background-color css

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

 a { background-color: rgb(186,213,119); }

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

border-color css

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

 span { border-color: rgb(186,213,119); }

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