Html Css Color HEX #BADE8B Sulu

📋 copy color: '#BADE8B'

red 186 ◦ green 222 ◦ blue 139

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

Shades of Sulu #BADE8B

Tints of Sulu #BADE8B

RGB

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

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

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

R = 34%
G = 40.59%
B = 25.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#BADE8B (or 0xBADE8B) is known color: Sulu. HEX triplet: BA, DE and 8B. RGB value is (186,222,139). Sum of RGB (Red+Green+Blue) = 186+222+139=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE8B is #452174. Grayscale: #CACACA. Windows color (decimal): -4530549 or 9166522. OLE color: 9166522.

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

Color convert

RGB 186 222 139 -
CMYK 0.16 0 0.37 0.13
HSL 86.02º 0.56% 0.71% -
HSV(B) 86.02º 0.37% 0.87% -
XYZ 51.03 64.55 34.2 -
YUV 201.77 92.57 116.75 -
System Red Green Blue C M Y K H S L
Decimal 186 222 139 0.16 0 0.37 0.13 86.02 0.56 0.71
Hex BA DE 8B 10 0 25 D 56 38 47
Octal 272 336 213 20 0 45 15 126 70 107
Binary 10111010 11011110 10001011 10000 0 100101 1101 1010110 111000 1000111

Color Harmonies of #BADE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE8B

Black with #BADE8B

Text Example


Text Example

White with #BADE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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