Html Css Color HEX #BAD47D Caper

📋 copy color: '#BAD47D'

red 186 ◦ green 212 ◦ blue 125

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

Shades of Caper #BAD47D

Tints of Caper #BAD47D

RGB

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

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

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

R = 35.56%
G = 40.54%
B = 23.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#BAD47D (or 0xBAD47D) is known color: Caper. HEX triplet: BA, D4 and 7D. RGB value is (186,212,125). Sum of RGB (Red+Green+Blue) = 186+212+125=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD47D is #452B82. Grayscale: #C2C2C2. Windows color (decimal): -4533123 or 8246458. OLE color: 8246458.

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

Color convert

RGB 186 212 125 -
CMYK 0.12 0 0.41 0.17
HSL 77.93º 0.5% 0.66% -
HSV(B) 77.93º 0.41% 0.83% -
XYZ 47.49 59.01 28.29 -
YUV 194.31 88.89 122.07 -
System Red Green Blue C M Y K H S L
Decimal 186 212 125 0.12 0 0.41 0.17 77.93 0.5 0.66
Hex BA D4 7D C 0 29 11 4E 32 42
Octal 272 324 175 14 0 51 21 116 62 102
Binary 10111010 11010100 1111101 1100 0 101001 10001 1001110 110010 1000010

Color Harmonies of #BAD47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD47D

Black with #BAD47D

Text Example


Text Example

White with #BAD47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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