Html Css Color HEX #BADA85 Sulu

📋 copy color: '#BADA85'

red 186 ◦ green 218 ◦ blue 133

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

Shades of Sulu #BADA85

Tints of Sulu #BADA85

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.6%

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

R = 34.64%
G = 40.6%
B = 24.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#BADA85 (or 0xBADA85) is known color: Sulu. HEX triplet: BA, DA and 85. RGB value is (186,218,133). Sum of RGB (Red+Green+Blue) = 186+218+133=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA85 is #45257A. Grayscale: #C7C7C7. Windows color (decimal): -4531579 or 8772282. OLE color: 8772282.

HSL color Cylindrical-coordinate representation of color #BADA85: hue angle of 82.59º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BADA85 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 133 -
CMYK 0.15 0 0.39 0.15
HSL 82.59º 0.53% 0.69% -
HSV(B) 82.59º 0.39% 0.85% -
XYZ 49.55 62.28 31.6 -
YUV 198.74 90.9 118.91 -
System Red Green Blue C M Y K H S L
Decimal 186 218 133 0.15 0 0.39 0.15 82.59 0.53 0.69
Hex BA DA 85 F 0 27 F 53 35 45
Octal 272 332 205 17 0 47 17 123 65 105
Binary 10111010 11011010 10000101 1111 0 100111 1111 1010011 110101 1000101

Color Harmonies of #BADA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA85

Black with #BADA85

Text Example


Text Example

White with #BADA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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