Html Css Color HEX #BADF8B Sulu

📋 copy color: '#BADF8B'

red 186 ◦ green 223 ◦ blue 139

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

Shades of Sulu #BADF8B

Tints of Sulu #BADF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.36%

R = 33.94%
G = 40.69%
B = 25.36%

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

#BADF8B (or 0xBADF8B) is known color: Sulu. HEX triplet: BA, DF and 8B. RGB value is (186,223,139). Sum of RGB (Red+Green+Blue) = 186+223+139=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 139 (54.69% from 255 or 25.36% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF8B is #452074. Grayscale: #CACACA. Windows color (decimal): -4530293 or 9166778. OLE color: 9166778.

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

Color convert

RGB 186 223 139 -
CMYK 0.17 0 0.38 0.13
HSL 86.43º 0.57% 0.71% -
HSV(B) 86.43º 0.38% 0.87% -
XYZ 51.3 65.08 34.28 -
YUV 202.36 92.24 116.33 -
System Red Green Blue C M Y K H S L
Decimal 186 223 139 0.17 0 0.38 0.13 86.43 0.57 0.71
Hex BA DF 8B 11 0 26 D 56 39 47
Octal 272 337 213 21 0 46 15 126 71 107
Binary 10111010 11011111 10001011 10001 0 100110 1101 1010110 111001 1000111

Color Harmonies of #BADF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF8B

Black with #BADF8B

Text Example


Text Example

White with #BADF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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