Html Css Color HEX #BADE6D Sulu

📋 copy color: '#BADE6D'

red 186 ◦ green 222 ◦ blue 109

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

Shades of Sulu #BADE6D

Tints of Sulu #BADE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.08%

R = 35.98%
G = 42.94%
B = 21.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#BADE6D (or 0xBADE6D) is known color: Sulu. HEX triplet: BA, DE and 6D. RGB value is (186,222,109). Sum of RGB (Red+Green+Blue) = 186+222+109=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE6D is #452192. Grayscale: #C6C6C6. Windows color (decimal): -4530579 or 7200442. OLE color: 7200442.

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

Color convert

RGB 186 222 109 -
CMYK 0.16 0 0.51 0.13
HSL 79.12º 0.63% 0.65% -
HSV(B) 79.12º 0.51% 0.87% -
XYZ 49.13 63.79 24.19 -
YUV 198.35 77.57 119.19 -
System Red Green Blue C M Y K H S L
Decimal 186 222 109 0.16 0 0.51 0.13 79.12 0.63 0.65
Hex BA DE 6D 10 0 33 D 4F 3F 41
Octal 272 336 155 20 0 63 15 117 77 101
Binary 10111010 11011110 1101101 10000 0 110011 1101 1001111 111111 1000001

Color Harmonies of #BADE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE6D

Black with #BADE6D

Text Example


Text Example

White with #BADE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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