Html Css Color HEX #BADD6E Sulu

📋 copy color: '#BADD6E'

red 186 ◦ green 221 ◦ blue 110

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

Shades of Sulu #BADD6E

Tints of Sulu #BADD6E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.75%

 BLUE value IS 110 (43.36% from 255) = 21.28%

R = 35.98%
G = 42.75%
B = 21.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#BADD6E (or 0xBADD6E) is known color: Sulu. HEX triplet: BA, DD and 6E. RGB value is (186,221,110). Sum of RGB (Red+Green+Blue) = 186+221+110=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD6E is #452291. Grayscale: #C6C6C6. Windows color (decimal): -4530834 or 7265722. OLE color: 7265722.

HSL color Cylindrical-coordinate representation of color #BADD6E: hue angle of 78.92º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BADD6E is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 110 -
CMYK 0.16 0 0.50 0.13
HSL 78.92º 0.62% 0.65% -
HSV(B) 78.92º 0.5% 0.87% -
XYZ 48.92 63.28 24.39 -
YUV 197.88 78.4 119.53 -
System Red Green Blue C M Y K H S L
Decimal 186 221 110 0.16 0 0.50 0.13 78.92 0.62 0.65
Hex BA DD 6E 10 0 32 D 4F 3E 41
Octal 272 335 156 20 0 62 15 117 76 101
Binary 10111010 11011101 1101110 10000 0 110010 1101 1001111 111110 1000001

Color Harmonies of #BADD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD6E

Black with #BADD6E

Text Example


Text Example

White with #BADD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD6E; }

 p { color: rgb(186,221,110); }

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

background-color css

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

 a { background-color: rgb(186,221,110); }

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

border-color css

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

 span { border-color: rgb(186,221,110); }

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