Html Css Color HEX #BAF381 Sulu

📋 copy color: '#BAF381'

red 186 ◦ green 243 ◦ blue 129

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

Shades of Sulu #BAF381

Tints of Sulu #BAF381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.12%

R = 33.33%
G = 43.55%
B = 23.12%

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

#BAF381 (or 0xBAF381) is known color: Sulu. HEX triplet: BA, F3 and 81. RGB value is (186,243,129). Sum of RGB (Red+Green+Blue) = 186+243+129=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 129 (50.78% from 255 or 23.12% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF381 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF381 is #450C7E. Grayscale: #D5D5D5. Windows color (decimal): -4525183 or 8516538. OLE color: 8516538.

HSL color Cylindrical-coordinate representation of color #BAF381: hue angle of 90º 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 #BAF381 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 243 129 -
CMYK 0.23 0 0.47 0.05
HSL 90º 0.83% 0.73% -
HSV(B) 90º 0.47% 0.95% -
XYZ 56.26 76.13 32.5 -
YUV 212.96 80.62 108.77 -
System Red Green Blue C M Y K H S L
Decimal 186 243 129 0.23 0 0.47 0.05 90 0.83 0.73
Hex BA F3 81 17 0 2F 5 5A 53 49
Octal 272 363 201 27 0 57 5 132 123 111
Binary 10111010 11110011 10000001 10111 0 101111 101 1011010 1010011 1001001

Color Harmonies of #BAF381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF381

Black with #BAF381

Text Example


Text Example

White with #BAF381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF381; }

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

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

background-color css

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

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

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

border-color css

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

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

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