Html Css Color HEX #BADE85 Sulu

📋 copy color: '#BADE85'

red 186 ◦ green 222 ◦ blue 133

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

Shades of Sulu #BADE85

Tints of Sulu #BADE85

RGB

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

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

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

R = 34.38%
G = 41.04%
B = 24.58%

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

#BADE85 (or 0xBADE85) is known color: Sulu. HEX triplet: BA, DE and 85. RGB value is (186,222,133). Sum of RGB (Red+Green+Blue) = 186+222+133=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE85 is #45217A. Grayscale: #C9C9C9. Windows color (decimal): -4530555 or 8773306. OLE color: 8773306.

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

Color convert

RGB 186 222 133 -
CMYK 0.16 0 0.40 0.13
HSL 84.27º 0.57% 0.7% -
HSV(B) 84.27º 0.4% 0.87% -
XYZ 50.6 64.38 31.95 -
YUV 201.09 89.57 117.24 -
System Red Green Blue C M Y K H S L
Decimal 186 222 133 0.16 0 0.40 0.13 84.27 0.57 0.7
Hex BA DE 85 10 0 28 D 54 39 46
Octal 272 336 205 20 0 50 15 124 71 106
Binary 10111010 11011110 10000101 10000 0 101000 1101 1010100 111001 1000110

Color Harmonies of #BADE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE85

Black with #BADE85

Text Example


Text Example

White with #BADE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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