Html Css Color HEX #BAF380 Sulu

📋 copy color: '#BAF380'

red 186 ◦ green 243 ◦ blue 128

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

Shades of Sulu #BAF380

Tints of Sulu #BAF380

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.63%

 BLUE value IS 128 (50.39% from 255) = 22.98%

R = 33.39%
G = 43.63%
B = 22.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#BAF380 (or 0xBAF380) is known color: Sulu. HEX triplet: BA, F3 and 80. RGB value is (186,243,128). Sum of RGB (Red+Green+Blue) = 186+243+128=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF380 is #450C7F. Grayscale: #D5D5D5. Windows color (decimal): -4525184 or 8451002. OLE color: 8451002.

HSL color Cylindrical-coordinate representation of color #BAF380: hue angle of 89.74º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAF380 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 128 -
CMYK 0.23 0 0.47 0.05
HSL 89.74º 0.83% 0.73% -
HSV(B) 89.74º 0.47% 0.95% -
XYZ 56.2 76.1 32.15 -
YUV 212.85 80.12 108.85 -
System Red Green Blue C M Y K H S L
Decimal 186 243 128 0.23 0 0.47 0.05 89.74 0.83 0.73
Hex BA F3 80 17 0 2F 5 5A 53 49
Octal 272 363 200 27 0 57 5 132 123 111
Binary 10111010 11110011 10000000 10111 0 101111 101 1011010 1010011 1001001

Color Harmonies of #BAF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF380

Black with #BAF380

Text Example


Text Example

White with #BAF380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF380; }

 p { color: rgb(186,243,128); }

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

background-color css

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

 a { background-color: rgb(186,243,128); }

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

border-color css

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

 span { border-color: rgb(186,243,128); }

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