Html Css Color HEX #BADE7A Sulu

📋 copy color: '#BADE7A'

red 186 ◦ green 222 ◦ blue 122

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

Shades of Sulu #BADE7A

Tints of Sulu #BADE7A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.89%

 BLUE value IS 122 (48.05% from 255) = 23.02%

R = 35.09%
G = 41.89%
B = 23.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#BADE7A (or 0xBADE7A) is known color: Sulu. HEX triplet: BA, DE and 7A. RGB value is (186,222,122). Sum of RGB (Red+Green+Blue) = 186+222+122=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE7A is #452185. Grayscale: #C8C8C8. Windows color (decimal): -4530566 or 8052410. OLE color: 8052410.

HSL color Cylindrical-coordinate representation of color #BADE7A: hue angle of 81.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BADE7A is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 122 -
CMYK 0.16 0 0.45 0.13
HSL 81.6º 0.6% 0.67% -
HSV(B) 81.6º 0.45% 0.87% -
XYZ 49.88 64.09 28.15 -
YUV 199.84 84.07 118.13 -
System Red Green Blue C M Y K H S L
Decimal 186 222 122 0.16 0 0.45 0.13 81.6 0.6 0.67
Hex BA DE 7A 10 0 2D D 52 3C 43
Octal 272 336 172 20 0 55 15 122 74 103
Binary 10111010 11011110 1111010 10000 0 101101 1101 1010010 111100 1000011

Color Harmonies of #BADE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE7A

Black with #BADE7A

Text Example


Text Example

White with #BADE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE7A; }

 p { color: rgb(186,222,122); }

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

background-color css

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

 a { background-color: rgb(186,222,122); }

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

border-color css

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

 span { border-color: rgb(186,222,122); }

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