Html Css Color HEX #BADA89 Sulu

📋 copy color: '#BADA89'

red 186 ◦ green 218 ◦ blue 137

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

Shades of Sulu #BADA89

Tints of Sulu #BADA89

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.3%

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

R = 34.38%
G = 40.3%
B = 25.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#BADA89 (or 0xBADA89) is known color: Sulu. HEX triplet: BA, DA and 89. RGB value is (186,218,137). Sum of RGB (Red+Green+Blue) = 186+218+137=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA89 is #452576. Grayscale: #C7C7C7. Windows color (decimal): -4531575 or 9034426. OLE color: 9034426.

HSL color Cylindrical-coordinate representation of color #BADA89: hue angle of 83.7º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BADA89 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 137 -
CMYK 0.15 0 0.37 0.15
HSL 83.7º 0.52% 0.7% -
HSV(B) 83.7º 0.37% 0.85% -
XYZ 49.84 62.39 33.08 -
YUV 199.2 92.9 118.59 -
System Red Green Blue C M Y K H S L
Decimal 186 218 137 0.15 0 0.37 0.15 83.7 0.52 0.7
Hex BA DA 89 F 0 25 F 54 34 46
Octal 272 332 211 17 0 45 17 124 64 106
Binary 10111010 11011010 10001001 1111 0 100101 1111 1010100 110100 1000110

Color Harmonies of #BADA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA89

Black with #BADA89

Text Example


Text Example

White with #BADA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA89; }

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

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

background-color css

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

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

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

border-color css

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

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

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