Html Css Color HEX #BADA7F Sulu

📋 copy color: '#BADA7F'

red 186 ◦ green 218 ◦ blue 127

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

Shades of Sulu #BADA7F

Tints of Sulu #BADA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.92%

R = 35.03%
G = 41.05%
B = 23.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#BADA7F (or 0xBADA7F) is known color: Sulu. HEX triplet: BA, DA and 7F. RGB value is (186,218,127). Sum of RGB (Red+Green+Blue) = 186+218+127=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA7F is #452580. Grayscale: #C6C6C6. Windows color (decimal): -4531585 or 8379066. OLE color: 8379066.

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

Color convert

RGB 186 218 127 -
CMYK 0.15 0 0.42 0.15
HSL 81.1º 0.55% 0.68% -
HSV(B) 81.1º 0.42% 0.85% -
XYZ 49.15 62.11 29.48 -
YUV 198.06 87.9 119.4 -
System Red Green Blue C M Y K H S L
Decimal 186 218 127 0.15 0 0.42 0.15 81.1 0.55 0.68
Hex BA DA 7F F 0 2A F 51 37 44
Octal 272 332 177 17 0 52 17 121 67 104
Binary 10111010 11011010 1111111 1111 0 101010 1111 1010001 110111 1000100

Color Harmonies of #BADA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA7F

Black with #BADA7F

Text Example


Text Example

White with #BADA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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