Html Css Color HEX #BADF89 Sulu

📋 copy color: '#BADF89'

red 186 ◦ green 223 ◦ blue 137

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

Shades of Sulu #BADF89

Tints of Sulu #BADF89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.09%

R = 34.07%
G = 40.84%
B = 25.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#BADF89 (or 0xBADF89) is known color: Sulu. HEX triplet: BA, DF and 89. RGB value is (186,223,137). Sum of RGB (Red+Green+Blue) = 186+223+137=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 137 (53.91% from 255 or 25.09% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF89 is #452076. Grayscale: #CACACA. Windows color (decimal): -4530295 or 9035706. OLE color: 9035706.

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

Color convert

RGB 186 223 137 -
CMYK 0.17 0 0.39 0.13
HSL 85.81º 0.57% 0.71% -
HSV(B) 85.81º 0.39% 0.87% -
XYZ 51.15 65.02 33.52 -
YUV 202.13 91.24 116.49 -
System Red Green Blue C M Y K H S L
Decimal 186 223 137 0.17 0 0.39 0.13 85.81 0.57 0.71
Hex BA DF 89 11 0 27 D 56 39 47
Octal 272 337 211 21 0 47 15 126 71 107
Binary 10111010 11011111 10001001 10001 0 100111 1101 1010110 111001 1000111

Color Harmonies of #BADF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF89

Black with #BADF89

Text Example


Text Example

White with #BADF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF89; }

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

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

background-color css

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

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

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

border-color css

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

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

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