Html Css Color HEX #BADD85 Sulu

📋 copy color: '#BADD85'

red 186 ◦ green 221 ◦ blue 133

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

Shades of Sulu #BADD85

Tints of Sulu #BADD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.63%

R = 34.44%
G = 40.93%
B = 24.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#BADD85 (or 0xBADD85) is known color: Sulu. HEX triplet: BA, DD and 85. RGB value is (186,221,133). Sum of RGB (Red+Green+Blue) = 186+221+133=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD85 is #45227A. Grayscale: #C8C8C8. Windows color (decimal): -4530811 or 8773050. OLE color: 8773050.

HSL color Cylindrical-coordinate representation of color #BADD85: hue angle of 83.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BADD85 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 133 -
CMYK 0.16 0 0.40 0.13
HSL 83.86º 0.56% 0.69% -
HSV(B) 83.86º 0.4% 0.87% -
XYZ 50.34 63.85 31.86 -
YUV 200.5 89.9 117.66 -
System Red Green Blue C M Y K H S L
Decimal 186 221 133 0.16 0 0.40 0.13 83.86 0.56 0.69
Hex BA DD 85 10 0 28 D 54 38 45
Octal 272 335 205 20 0 50 15 124 70 105
Binary 10111010 11011101 10000101 10000 0 101000 1101 1010100 111000 1000101

Color Harmonies of #BADD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD85

Black with #BADD85

Text Example


Text Example

White with #BADD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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