Html Css Color HEX #BADA87 Sulu

📋 copy color: '#BADA87'

red 186 ◦ green 218 ◦ blue 135

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

Shades of Sulu #BADA87

Tints of Sulu #BADA87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.05%

R = 34.51%
G = 40.45%
B = 25.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#BADA87 (or 0xBADA87) is known color: Sulu. HEX triplet: BA, DA and 87. RGB value is (186,218,135). Sum of RGB (Red+Green+Blue) = 186+218+135=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 135 (53.12% from 255 or 25.05% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA87 is #452578. Grayscale: #C7C7C7. Windows color (decimal): -4531577 or 8903354. OLE color: 8903354.

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

Color convert

RGB 186 218 135 -
CMYK 0.15 0 0.38 0.15
HSL 83.13º 0.53% 0.69% -
HSV(B) 83.13º 0.38% 0.85% -
XYZ 49.69 62.33 32.33 -
YUV 198.97 91.9 118.75 -
System Red Green Blue C M Y K H S L
Decimal 186 218 135 0.15 0 0.38 0.15 83.13 0.53 0.69
Hex BA DA 87 F 0 26 F 53 35 45
Octal 272 332 207 17 0 46 17 123 65 105
Binary 10111010 11011010 10000111 1111 0 100110 1111 1010011 110101 1000101

Color Harmonies of #BADA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA87

Black with #BADA87

Text Example


Text Example

White with #BADA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA87; }

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

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

background-color css

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

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

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

border-color css

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

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

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