Html Css Color HEX #BADA73 Sulu

📋 copy color: '#BADA73'

red 186 ◦ green 218 ◦ blue 115

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

Shades of Sulu #BADA73

Tints of Sulu #BADA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.16%

R = 35.84%
G = 42%
B = 22.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#BADA73 (or 0xBADA73) is known color: Sulu. HEX triplet: BA, DA and 73. RGB value is (186,218,115). Sum of RGB (Red+Green+Blue) = 186+218+115=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA73 is #45258C. Grayscale: #C5C5C5. Windows color (decimal): -4531597 or 7592634. OLE color: 7592634.

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

Color convert

RGB 186 218 115 -
CMYK 0.15 0 0.47 0.15
HSL 78.64º 0.58% 0.65% -
HSV(B) 78.64º 0.47% 0.85% -
XYZ 48.42 61.82 25.6 -
YUV 196.69 81.9 120.38 -
System Red Green Blue C M Y K H S L
Decimal 186 218 115 0.15 0 0.47 0.15 78.64 0.58 0.65
Hex BA DA 73 F 0 2F F 4F 3A 41
Octal 272 332 163 17 0 57 17 117 72 101
Binary 10111010 11011010 1110011 1111 0 101111 1111 1001111 111010 1000001

Color Harmonies of #BADA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA73

Black with #BADA73

Text Example


Text Example

White with #BADA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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