Html Css Color HEX #BAD278 Caper

📋 copy color: '#BAD278'

red 186 ◦ green 210 ◦ blue 120

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

Shades of Caper #BAD278

Tints of Caper #BAD278

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.7%

 BLUE value IS 120 (47.27% from 255) = 23.26%

R = 36.05%
G = 40.7%
B = 23.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#BAD278 (or 0xBAD278) is known color: Caper. HEX triplet: BA, D2 and 78. RGB value is (186,210,120). Sum of RGB (Red+Green+Blue) = 186+210+120=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD278 is #452D87. Grayscale: #C0C0C0. Windows color (decimal): -4533640 or 7918266. OLE color: 7918266.

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

Color convert

RGB 186 210 120 -
CMYK 0.11 0 0.43 0.18
HSL 76º 0.5% 0.65% -
HSV(B) 76º 0.43% 0.82% -
XYZ 46.69 57.89 26.48 -
YUV 192.56 87.05 123.32 -
System Red Green Blue C M Y K H S L
Decimal 186 210 120 0.11 0 0.43 0.18 76 0.5 0.65
Hex BA D2 78 B 0 2B 12 4C 32 41
Octal 272 322 170 13 0 53 22 114 62 101
Binary 10111010 11010010 1111000 1011 0 101011 10010 1001100 110010 1000001

Color Harmonies of #BAD278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD278

Black with #BAD278

Text Example


Text Example

White with #BAD278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD278; }

 p { color: rgb(186,210,120); }

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

background-color css

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

 a { background-color: rgb(186,210,120); }

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

border-color css

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

 span { border-color: rgb(186,210,120); }

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