Html Css Color HEX #BAD57D Caper

📋 copy color: '#BAD57D'

red 186 ◦ green 213 ◦ blue 125

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

Shades of Caper #BAD57D

Tints of Caper #BAD57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.85%

R = 35.5%
G = 40.65%
B = 23.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#BAD57D (or 0xBAD57D) is known color: Caper. HEX triplet: BA, D5 and 7D. RGB value is (186,213,125). Sum of RGB (Red+Green+Blue) = 186+213+125=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD57D is #452A82. Grayscale: #C3C3C3. Windows color (decimal): -4532867 or 8246714. OLE color: 8246714.

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

Color convert

RGB 186 213 125 -
CMYK 0.13 0 0.41 0.16
HSL 78.41º 0.51% 0.66% -
HSV(B) 78.41º 0.41% 0.84% -
XYZ 47.75 59.51 28.37 -
YUV 194.9 88.55 121.66 -
System Red Green Blue C M Y K H S L
Decimal 186 213 125 0.13 0 0.41 0.16 78.41 0.51 0.66
Hex BA D5 7D D 0 29 10 4E 33 42
Octal 272 325 175 15 0 51 20 116 63 102
Binary 10111010 11010101 1111101 1101 0 101001 10000 1001110 110011 1000010

Color Harmonies of #BAD57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD57D

Black with #BAD57D

Text Example


Text Example

White with #BAD57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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