Html Css Color HEX #BADD6C Sulu

📋 copy color: '#BADD6C'

red 186 ◦ green 221 ◦ blue 108

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

Shades of Sulu #BADD6C

Tints of Sulu #BADD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.97%

R = 36.12%
G = 42.91%
B = 20.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#BADD6C (or 0xBADD6C) is known color: Sulu. HEX triplet: BA, DD and 6C. RGB value is (186,221,108). Sum of RGB (Red+Green+Blue) = 186+221+108=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD6C is #452293. Grayscale: #C6C6C6. Windows color (decimal): -4530836 or 7134650. OLE color: 7134650.

HSL color Cylindrical-coordinate representation of color #BADD6C: hue angle of 78.58º degrees, saturation: 0.62, 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 #BADD6C is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 108 -
CMYK 0.16 0 0.51 0.13
HSL 78.58º 0.62% 0.65% -
HSV(B) 78.58º 0.51% 0.87% -
XYZ 48.81 63.23 23.82 -
YUV 197.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 186 221 108 0.16 0 0.51 0.13 78.58 0.62 0.65
Hex BA DD 6C 10 0 33 D 4F 3E 41
Octal 272 335 154 20 0 63 15 117 76 101
Binary 10111010 11011101 1101100 10000 0 110011 1101 1001111 111110 1000001

Color Harmonies of #BADD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD6C

Black with #BADD6C

Text Example


Text Example

White with #BADD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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