Html Css Color HEX #BADF8A Sulu

📋 copy color: '#BADF8A'

red 186 ◦ green 223 ◦ blue 138

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

Shades of Sulu #BADF8A

Tints of Sulu #BADF8A

RGB

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

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

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

R = 34%
G = 40.77%
B = 25.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#BADF8A (or 0xBADF8A) is known color: Sulu. HEX triplet: BA, DF and 8A. RGB value is (186,223,138). Sum of RGB (Red+Green+Blue) = 186+223+138=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF8A is #452075. Grayscale: #CACACA. Windows color (decimal): -4530294 or 9101242. OLE color: 9101242.

HSL color Cylindrical-coordinate representation of color #BADF8A: hue angle of 86.12º degrees, saturation: 0.57, 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 #BADF8A is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 138 -
CMYK 0.17 0 0.38 0.13
HSL 86.12º 0.57% 0.71% -
HSV(B) 86.12º 0.38% 0.87% -
XYZ 51.22 65.05 33.9 -
YUV 202.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 186 223 138 0.17 0 0.38 0.13 86.12 0.57 0.71
Hex BA DF 8A 11 0 26 D 56 39 47
Octal 272 337 212 21 0 46 15 126 71 107
Binary 10111010 11011111 10001010 10001 0 100110 1101 1010110 111001 1000111

Color Harmonies of #BADF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF8A

Black with #BADF8A

Text Example


Text Example

White with #BADF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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