Html Css Color HEX #BAD478 Caper

📋 copy color: '#BAD478'

red 186 ◦ green 212 ◦ blue 120

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

Shades of Caper #BAD478

Tints of Caper #BAD478

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.93%

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

R = 35.91%
G = 40.93%
B = 23.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#BAD478 (or 0xBAD478) is known color: Caper. HEX triplet: BA, D4 and 78. RGB value is (186,212,120). Sum of RGB (Red+Green+Blue) = 186+212+120=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD478 is #452B87. Grayscale: #C2C2C2. Windows color (decimal): -4533128 or 7918778. OLE color: 7918778.

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

Color convert

RGB 186 212 120 -
CMYK 0.12 0 0.43 0.17
HSL 76.96º 0.52% 0.65% -
HSV(B) 76.96º 0.43% 0.83% -
XYZ 47.18 58.88 26.65 -
YUV 193.74 86.39 122.48 -
System Red Green Blue C M Y K H S L
Decimal 186 212 120 0.12 0 0.43 0.17 76.96 0.52 0.65
Hex BA D4 78 C 0 2B 11 4D 34 41
Octal 272 324 170 14 0 53 21 115 64 101
Binary 10111010 11010100 1111000 1100 0 101011 10001 1001101 110100 1000001

Color Harmonies of #BAD478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD478

Black with #BAD478

Text Example


Text Example

White with #BAD478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD478; }

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

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

background-color css

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

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

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

border-color css

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

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

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