Html Css Color HEX #BAD288 Caper

📋 copy color: '#BAD288'

red 186 ◦ green 210 ◦ blue 136

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

Shades of Caper #BAD288

Tints of Caper #BAD288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.56%

R = 34.96%
G = 39.47%
B = 25.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#BAD288 (or 0xBAD288) is known color: Caper. HEX triplet: BA, D2 and 88. RGB value is (186,210,136). Sum of RGB (Red+Green+Blue) = 186+210+136=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD288 is #452D77. Grayscale: #C2C2C2. Windows color (decimal): -4533624 or 8966842. OLE color: 8966842.

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

Color convert

RGB 186 210 136 -
CMYK 0.11 0 0.35 0.18
HSL 79.46º 0.45% 0.68% -
HSV(B) 79.46º 0.35% 0.82% -
XYZ 47.74 58.31 32.03 -
YUV 194.39 95.05 122.02 -
System Red Green Blue C M Y K H S L
Decimal 186 210 136 0.11 0 0.35 0.18 79.46 0.45 0.68
Hex BA D2 88 B 0 23 12 4F 2D 44
Octal 272 322 210 13 0 43 22 117 55 104
Binary 10111010 11010010 10001000 1011 0 100011 10010 1001111 101101 1000100

Color Harmonies of #BAD288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD288

Black with #BAD288

Text Example


Text Example

White with #BAD288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD288; }

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

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

background-color css

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

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

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

border-color css

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

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

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