Html Css Color HEX #BAD885 Sulu

📋 copy color: '#BAD885'

red 186 ◦ green 216 ◦ blue 133

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

Shades of Sulu #BAD885

Tints of Sulu #BAD885

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.37%

 BLUE value IS 133 (52.34% from 255) = 24.86%

R = 34.77%
G = 40.37%
B = 24.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#BAD885 (or 0xBAD885) is known color: Sulu. HEX triplet: BA, D8 and 85. RGB value is (186,216,133). Sum of RGB (Red+Green+Blue) = 186+216+133=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD885 is #45277A. Grayscale: #C5C5C5. Windows color (decimal): -4532091 or 8771770. OLE color: 8771770.

HSL color Cylindrical-coordinate representation of color #BAD885: hue angle of 81.69º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAD885 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 216 133 -
CMYK 0.14 0 0.38 0.15
HSL 81.69º 0.52% 0.68% -
HSV(B) 81.69º 0.38% 0.85% -
XYZ 49.04 61.24 31.43 -
YUV 197.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 186 216 133 0.14 0 0.38 0.15 81.69 0.52 0.68
Hex BA D8 85 E 0 26 F 52 34 44
Octal 272 330 205 16 0 46 17 122 64 104
Binary 10111010 11011000 10000101 1110 0 100110 1111 1010010 110100 1000100

Color Harmonies of #BAD885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD885

Black with #BAD885

Text Example


Text Example

White with #BAD885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD885; }

 p { color: rgb(186,216,133); }

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

background-color css

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

 a { background-color: rgb(186,216,133); }

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

border-color css

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

 span { border-color: rgb(186,216,133); }

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