Html Css Color HEX #BAD382 Caper

📋 copy color: '#BAD382'

red 186 ◦ green 211 ◦ blue 130

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

Shades of Caper #BAD382

Tints of Caper #BAD382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.67%

R = 35.29%
G = 40.04%
B = 24.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#BAD382 (or 0xBAD382) is known color: Caper. HEX triplet: BA, D3 and 82. RGB value is (186,211,130). Sum of RGB (Red+Green+Blue) = 186+211+130=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD382 is #452C7D. Grayscale: #C2C2C2. Windows color (decimal): -4533374 or 8573882. OLE color: 8573882.

HSL color Cylindrical-coordinate representation of color #BAD382: hue angle of 78.52º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAD382 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 211 130 -
CMYK 0.12 0 0.38 0.17
HSL 78.52º 0.48% 0.67% -
HSV(B) 78.52º 0.38% 0.83% -
XYZ 47.57 58.64 29.93 -
YUV 194.29 91.72 122.09 -
System Red Green Blue C M Y K H S L
Decimal 186 211 130 0.12 0 0.38 0.17 78.52 0.48 0.67
Hex BA D3 82 C 0 26 11 4F 30 43
Octal 272 323 202 14 0 46 21 117 60 103
Binary 10111010 11010011 10000010 1100 0 100110 10001 1001111 110000 1000011

Color Harmonies of #BAD382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD382

Black with #BAD382

Text Example


Text Example

White with #BAD382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD382; }

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

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

background-color css

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

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

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

border-color css

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

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

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