Html Css Color HEX #BAF585 Sulu

📋 copy color: '#BAF585'

red 186 ◦ green 245 ◦ blue 133

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

Shades of Sulu #BAF585

Tints of Sulu #BAF585

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.44%

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

R = 32.98%
G = 43.44%
B = 23.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#BAF585 (or 0xBAF585) is known color: Sulu. HEX triplet: BA, F5 and 85. RGB value is (186,245,133). Sum of RGB (Red+Green+Blue) = 186+245+133=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 245 (96.09% from 255 or 43.44% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF585 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF585 is #450A7A. Grayscale: #D6D6D6. Windows color (decimal): -4524667 or 8779194. OLE color: 8779194.

HSL color Cylindrical-coordinate representation of color #BAF585: hue angle of 91.61º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAF585 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 133 -
CMYK 0.24 0 0.46 0.04
HSL 91.61º 0.85% 0.74% -
HSV(B) 91.61º 0.46% 0.96% -
XYZ 57.14 77.44 34.13 -
YUV 214.59 81.95 107.61 -
System Red Green Blue C M Y K H S L
Decimal 186 245 133 0.24 0 0.46 0.04 91.61 0.85 0.74
Hex BA F5 85 18 0 2E 4 5C 55 4A
Octal 272 365 205 30 0 56 4 134 125 112
Binary 10111010 11110101 10000101 11000 0 101110 100 1011100 1010101 1001010

Color Harmonies of #BAF585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF585

Black with #BAF585

Text Example


Text Example

White with #BAF585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF585; }

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

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

background-color css

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

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

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

border-color css

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

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

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