Html Css Color HEX #BADE8E Sulu

📋 copy color: '#BADE8E'

red 186 ◦ green 222 ◦ blue 142

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

Shades of Sulu #BADE8E

Tints of Sulu #BADE8E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.36%

 BLUE value IS 142 (55.86% from 255) = 25.82%

R = 33.82%
G = 40.36%
B = 25.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#BADE8E (or 0xBADE8E) is known color: Sulu. HEX triplet: BA, DE and 8E. RGB value is (186,222,142). Sum of RGB (Red+Green+Blue) = 186+222+142=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE8E is #452171. Grayscale: #CACACA. Windows color (decimal): -4530546 or 9363130. OLE color: 9363130.

HSL color Cylindrical-coordinate representation of color #BADE8E: hue angle of 87º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BADE8E is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 142 -
CMYK 0.16 0 0.36 0.13
HSL 87º 0.55% 0.71% -
HSV(B) 87º 0.36% 0.87% -
XYZ 51.25 64.63 35.37 -
YUV 202.12 94.07 116.5 -
System Red Green Blue C M Y K H S L
Decimal 186 222 142 0.16 0 0.36 0.13 87 0.55 0.71
Hex BA DE 8E 10 0 24 D 57 37 47
Octal 272 336 216 20 0 44 15 127 67 107
Binary 10111010 11011110 10001110 10000 0 100100 1101 1010111 110111 1000111

Color Harmonies of #BADE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE8E

Black with #BADE8E

Text Example


Text Example

White with #BADE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE8E; }

 p { color: rgb(186,222,142); }

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

background-color css

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

 a { background-color: rgb(186,222,142); }

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

border-color css

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

 span { border-color: rgb(186,222,142); }

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