Html Css Color HEX #BAD27C Caper

📋 copy color: '#BAD27C'

red 186 ◦ green 210 ◦ blue 124

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

Shades of Caper #BAD27C

Tints of Caper #BAD27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.85%

R = 35.77%
G = 40.38%
B = 23.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#BAD27C (or 0xBAD27C) is known color: Caper. HEX triplet: BA, D2 and 7C. RGB value is (186,210,124). Sum of RGB (Red+Green+Blue) = 186+210+124=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD27C is #452D83. Grayscale: #C1C1C1. Windows color (decimal): -4533636 or 8180410. OLE color: 8180410.

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

Color convert

RGB 186 210 124 -
CMYK 0.11 0 0.41 0.18
HSL 76.74º 0.49% 0.65% -
HSV(B) 76.74º 0.41% 0.82% -
XYZ 46.93 57.99 27.79 -
YUV 193.02 89.05 122.99 -
System Red Green Blue C M Y K H S L
Decimal 186 210 124 0.11 0 0.41 0.18 76.74 0.49 0.65
Hex BA D2 7C B 0 29 12 4D 31 41
Octal 272 322 174 13 0 51 22 115 61 101
Binary 10111010 11010010 1111100 1011 0 101001 10010 1001101 110001 1000001

Color Harmonies of #BAD27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD27C

Black with #BAD27C

Text Example


Text Example

White with #BAD27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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