Html Css Color HEX #BAF38C Sulu

📋 copy color: '#BAF38C'

red 186 ◦ green 243 ◦ blue 140

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

Shades of Sulu #BAF38C

Tints of Sulu #BAF38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.6%

R = 32.69%
G = 42.71%
B = 24.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#BAF38C (or 0xBAF38C) is known color: Sulu. HEX triplet: BA, F3 and 8C. RGB value is (186,243,140). Sum of RGB (Red+Green+Blue) = 186+243+140=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF38C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF38C is #450C73. Grayscale: #D6D6D6. Windows color (decimal): -4525172 or 9237434. OLE color: 9237434.

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

Color convert

RGB 186 243 140 -
CMYK 0.23 0 0.42 0.05
HSL 93.2º 0.81% 0.75% -
HSV(B) 93.2º 0.42% 0.95% -
XYZ 57.03 76.43 36.56 -
YUV 214.22 86.12 107.88 -
System Red Green Blue C M Y K H S L
Decimal 186 243 140 0.23 0 0.42 0.05 93.2 0.81 0.75
Hex BA F3 8C 17 0 2A 5 5D 51 4B
Octal 272 363 214 27 0 52 5 135 121 113
Binary 10111010 11110011 10001100 10111 0 101010 101 1011101 1010001 1001011

Color Harmonies of #BAF38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF38C

Black with #BAF38C

Text Example


Text Example

White with #BAF38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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