Html Css Color HEX #BADA81 Sulu

📋 copy color: '#BADA81'

red 186 ◦ green 218 ◦ blue 129

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

Shades of Sulu #BADA81

Tints of Sulu #BADA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.2%

R = 34.9%
G = 40.9%
B = 24.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#BADA81 (or 0xBADA81) is known color: Sulu. HEX triplet: BA, DA and 81. RGB value is (186,218,129). Sum of RGB (Red+Green+Blue) = 186+218+129=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA81 is #45257E. Grayscale: #C6C6C6. Windows color (decimal): -4531583 or 8510138. OLE color: 8510138.

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

Color convert

RGB 186 218 129 -
CMYK 0.15 0 0.41 0.15
HSL 81.57º 0.55% 0.68% -
HSV(B) 81.57º 0.41% 0.85% -
XYZ 49.28 62.17 30.17 -
YUV 198.29 88.9 119.24 -
System Red Green Blue C M Y K H S L
Decimal 186 218 129 0.15 0 0.41 0.15 81.57 0.55 0.68
Hex BA DA 81 F 0 29 F 52 37 44
Octal 272 332 201 17 0 51 17 122 67 104
Binary 10111010 11011010 10000001 1111 0 101001 1111 1010010 110111 1000100

Color Harmonies of #BADA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA81

Black with #BADA81

Text Example


Text Example

White with #BADA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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