Html Css Color HEX #BADF90 Sulu

📋 copy color: '#BADF90'

red 186 ◦ green 223 ◦ blue 144

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

Shades of Sulu #BADF90

Tints of Sulu #BADF90

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.33%

 BLUE value IS 144 (56.64% from 255) = 26.04%

R = 33.63%
G = 40.33%
B = 26.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#BADF90 (or 0xBADF90) is known color: Sulu. HEX triplet: BA, DF and 90. RGB value is (186,223,144). Sum of RGB (Red+Green+Blue) = 186+223+144=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF90 is #45206F. Grayscale: #CBCBCB. Windows color (decimal): -4530288 or 9494458. OLE color: 9494458.

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

Color convert

RGB 186 223 144 -
CMYK 0.17 0 0.35 0.13
HSL 88.1º 0.55% 0.72% -
HSV(B) 88.1º 0.35% 0.87% -
XYZ 51.67 65.23 36.25 -
YUV 202.93 94.74 115.92 -
System Red Green Blue C M Y K H S L
Decimal 186 223 144 0.17 0 0.35 0.13 88.1 0.55 0.72
Hex BA DF 90 11 0 23 D 58 37 48
Octal 272 337 220 21 0 43 15 130 67 110
Binary 10111010 11011111 10010000 10001 0 100011 1101 1011000 110111 1001000

Color Harmonies of #BADF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF90

Black with #BADF90

Text Example


Text Example

White with #BADF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF90; }

 p { color: rgb(186,223,144); }

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

background-color css

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

 a { background-color: rgb(186,223,144); }

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

border-color css

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

 span { border-color: rgb(186,223,144); }

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