Html Css Color HEX #BADE83 Sulu

📋 copy color: '#BADE83'

red 186 ◦ green 222 ◦ blue 131

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

Shades of Sulu #BADE83

Tints of Sulu #BADE83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.3%

R = 34.51%
G = 41.19%
B = 24.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#BADE83 (or 0xBADE83) is known color: Sulu. HEX triplet: BA, DE and 83. RGB value is (186,222,131). Sum of RGB (Red+Green+Blue) = 186+222+131=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE83 is #45217C. Grayscale: #C9C9C9. Windows color (decimal): -4530557 or 8642234. OLE color: 8642234.

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

Color convert

RGB 186 222 131 -
CMYK 0.16 0 0.41 0.13
HSL 83.74º 0.58% 0.69% -
HSV(B) 83.74º 0.41% 0.87% -
XYZ 50.47 64.32 31.23 -
YUV 200.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 186 222 131 0.16 0 0.41 0.13 83.74 0.58 0.69
Hex BA DE 83 10 0 29 D 54 3A 45
Octal 272 336 203 20 0 51 15 124 72 105
Binary 10111010 11011110 10000011 10000 0 101001 1101 1010100 111010 1000101

Color Harmonies of #BADE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE83

Black with #BADE83

Text Example


Text Example

White with #BADE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE83; }

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

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

background-color css

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

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

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

border-color css

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

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

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