Html Css Color HEX #BADE8A Sulu

📋 copy color: '#BADE8A'

red 186 ◦ green 222 ◦ blue 138

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

Shades of Sulu #BADE8A

Tints of Sulu #BADE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.27%

R = 34.07%
G = 40.66%
B = 25.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#BADE8A (or 0xBADE8A) is known color: Sulu. HEX triplet: BA, DE and 8A. RGB value is (186,222,138). Sum of RGB (Red+Green+Blue) = 186+222+138=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE8A is #452175. Grayscale: #C9C9C9. Windows color (decimal): -4530550 or 9100986. OLE color: 9100986.

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

Color convert

RGB 186 222 138 -
CMYK 0.16 0 0.38 0.13
HSL 85.71º 0.56% 0.71% -
HSV(B) 85.71º 0.38% 0.87% -
XYZ 50.96 64.52 33.81 -
YUV 201.66 92.07 116.83 -
System Red Green Blue C M Y K H S L
Decimal 186 222 138 0.16 0 0.38 0.13 85.71 0.56 0.71
Hex BA DE 8A 10 0 26 D 56 38 47
Octal 272 336 212 20 0 46 15 126 70 107
Binary 10111010 11011110 10001010 10000 0 100110 1101 1010110 111000 1000111

Color Harmonies of #BADE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE8A

Black with #BADE8A

Text Example


Text Example

White with #BADE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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