Html Css Color HEX #BAD27E Caper

📋 copy color: '#BAD27E'

red 186 ◦ green 210 ◦ blue 126

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

Shades of Caper #BAD27E

Tints of Caper #BAD27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.14%

R = 35.63%
G = 40.23%
B = 24.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#BAD27E (or 0xBAD27E) is known color: Caper. HEX triplet: BA, D2 and 7E. RGB value is (186,210,126). Sum of RGB (Red+Green+Blue) = 186+210+126=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD27E is #452D81. Grayscale: #C1C1C1. Windows color (decimal): -4533634 or 8311482. OLE color: 8311482.

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

Color convert

RGB 186 210 126 -
CMYK 0.11 0 0.4 0.18
HSL 77.14º 0.48% 0.66% -
HSV(B) 77.14º 0.4% 0.82% -
XYZ 47.06 58.04 28.46 -
YUV 193.25 90.05 122.83 -
System Red Green Blue C M Y K H S L
Decimal 186 210 126 0.11 0 0.4 0.18 77.14 0.48 0.66
Hex BA D2 7E B 0 28 12 4D 30 42
Octal 272 322 176 13 0 50 22 115 60 102
Binary 10111010 11010010 1111110 1011 0 101000 10010 1001101 110000 1000010

Color Harmonies of #BAD27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD27E

Black with #BAD27E

Text Example


Text Example

White with #BAD27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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