Html Css Color HEX #BADA88 Sulu

📋 copy color: '#BADA88'

red 186 ◦ green 218 ◦ blue 136

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

Shades of Sulu #BADA88

Tints of Sulu #BADA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.19%

R = 34.44%
G = 40.37%
B = 25.19%

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

#BADA88 (or 0xBADA88) is known color: Sulu. HEX triplet: BA, DA and 88. RGB value is (186,218,136). Sum of RGB (Red+Green+Blue) = 186+218+136=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA88 is #452577. Grayscale: #C7C7C7. Windows color (decimal): -4531576 or 8968890. OLE color: 8968890.

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

Color convert

RGB 186 218 136 -
CMYK 0.15 0 0.38 0.15
HSL 83.41º 0.53% 0.69% -
HSV(B) 83.41º 0.38% 0.85% -
XYZ 49.77 62.36 32.71 -
YUV 199.08 92.4 118.67 -
System Red Green Blue C M Y K H S L
Decimal 186 218 136 0.15 0 0.38 0.15 83.41 0.53 0.69
Hex BA DA 88 F 0 26 F 53 35 45
Octal 272 332 210 17 0 46 17 123 65 105
Binary 10111010 11011010 10001000 1111 0 100110 1111 1010011 110101 1000101

Color Harmonies of #BADA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA88

Black with #BADA88

Text Example


Text Example

White with #BADA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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