Html Css Color HEX #BADE6E Sulu

📋 copy color: '#BADE6E'

red 186 ◦ green 222 ◦ blue 110

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

Shades of Sulu #BADE6E

Tints of Sulu #BADE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.24%

R = 35.91%
G = 42.86%
B = 21.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#BADE6E (or 0xBADE6E) is known color: Sulu. HEX triplet: BA, DE and 6E. RGB value is (186,222,110). Sum of RGB (Red+Green+Blue) = 186+222+110=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE6E is #452191. Grayscale: #C6C6C6. Windows color (decimal): -4530578 or 7265978. OLE color: 7265978.

HSL color Cylindrical-coordinate representation of color #BADE6E: hue angle of 79.29º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BADE6E is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 110 -
CMYK 0.16 0 0.50 0.13
HSL 79.29º 0.63% 0.65% -
HSV(B) 79.29º 0.5% 0.87% -
XYZ 49.19 63.81 24.48 -
YUV 198.47 78.07 119.11 -
System Red Green Blue C M Y K H S L
Decimal 186 222 110 0.16 0 0.50 0.13 79.29 0.63 0.65
Hex BA DE 6E 10 0 32 D 4F 3F 41
Octal 272 336 156 20 0 62 15 117 77 101
Binary 10111010 11011110 1101110 10000 0 110010 1101 1001111 111111 1000001

Color Harmonies of #BADE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE6E

Black with #BADE6E

Text Example


Text Example

White with #BADE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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