Html Css Color HEX #BADA72 Sulu

📋 copy color: '#BADA72'

red 186 ◦ green 218 ◦ blue 114

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

Shades of Sulu #BADA72

Tints of Sulu #BADA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.01%

R = 35.91%
G = 42.08%
B = 22.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#BADA72 (or 0xBADA72) is known color: Sulu. HEX triplet: BA, DA and 72. RGB value is (186,218,114). Sum of RGB (Red+Green+Blue) = 186+218+114=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA72 is #45258D. Grayscale: #C4C4C4. Windows color (decimal): -4531598 or 7527098. OLE color: 7527098.

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

Color convert

RGB 186 218 114 -
CMYK 0.15 0 0.48 0.15
HSL 78.46º 0.58% 0.65% -
HSV(B) 78.46º 0.48% 0.85% -
XYZ 48.36 61.8 25.3 -
YUV 196.58 81.4 120.46 -
System Red Green Blue C M Y K H S L
Decimal 186 218 114 0.15 0 0.48 0.15 78.46 0.58 0.65
Hex BA DA 72 F 0 30 F 4E 3A 41
Octal 272 332 162 17 0 60 17 116 72 101
Binary 10111010 11011010 1110010 1111 0 110000 1111 1001110 111010 1000001

Color Harmonies of #BADA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA72

Black with #BADA72

Text Example


Text Example

White with #BADA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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