Html Css Color HEX #BADF6D Sulu

📋 copy color: '#BADF6D'

red 186 ◦ green 223 ◦ blue 109

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

Shades of Sulu #BADF6D

Tints of Sulu #BADF6D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.05%

 BLUE value IS 109 (42.97% from 255) = 21.04%

R = 35.91%
G = 43.05%
B = 21.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#BADF6D (or 0xBADF6D) is known color: Sulu. HEX triplet: BA, DF and 6D. RGB value is (186,223,109). Sum of RGB (Red+Green+Blue) = 186+223+109=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF6D is #452092. Grayscale: #C7C7C7. Windows color (decimal): -4530323 or 7200698. OLE color: 7200698.

HSL color Cylindrical-coordinate representation of color #BADF6D: hue angle of 79.47º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BADF6D is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 109 -
CMYK 0.17 0 0.51 0.13
HSL 79.47º 0.64% 0.65% -
HSV(B) 79.47º 0.51% 0.87% -
XYZ 49.4 64.32 24.28 -
YUV 198.94 77.24 118.77 -
System Red Green Blue C M Y K H S L
Decimal 186 223 109 0.17 0 0.51 0.13 79.47 0.64 0.65
Hex BA DF 6D 11 0 33 D 4F 40 41
Octal 272 337 155 21 0 63 15 117 100 101
Binary 10111010 11011111 1101101 10001 0 110011 1101 1001111 1000000 1000001

Color Harmonies of #BADF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF6D

Black with #BADF6D

Text Example


Text Example

White with #BADF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF6D; }

 p { color: rgb(186,223,109); }

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

background-color css

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

 a { background-color: rgb(186,223,109); }

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

border-color css

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

 span { border-color: rgb(186,223,109); }

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