Html Css Color HEX #BAF070 Sulu

📋 copy color: '#BAF070'

red 186 ◦ green 240 ◦ blue 112

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

Shades of Sulu #BAF070

Tints of Sulu #BAF070

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.61%

 BLUE value IS 112 (44.14% from 255) = 20.82%

R = 34.57%
G = 44.61%
B = 20.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#BAF070 (or 0xBAF070) is known color: Sulu. HEX triplet: BA, F0 and 70. RGB value is (186,240,112). Sum of RGB (Red+Green+Blue) = 186+240+112=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF070 is #450F8F. Grayscale: #D1D1D1. Windows color (decimal): -4525968 or 7401658. OLE color: 7401658.

HSL color Cylindrical-coordinate representation of color #BAF070: hue angle of 85.31º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAF070 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 112 -
CMYK 0.22 0 0.53 0.06
HSL 85.31º 0.81% 0.69% -
HSV(B) 85.31º 0.53% 0.94% -
XYZ 54.33 73.93 26.74 -
YUV 209.26 73.11 111.41 -
System Red Green Blue C M Y K H S L
Decimal 186 240 112 0.22 0 0.53 0.06 85.31 0.81 0.69
Hex BA F0 70 16 0 35 6 55 51 45
Octal 272 360 160 26 0 65 6 125 121 105
Binary 10111010 11110000 1110000 10110 0 110101 110 1010101 1010001 1000101

Color Harmonies of #BAF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF070

Black with #BAF070

Text Example


Text Example

White with #BAF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF070; }

 p { color: rgb(186,240,112); }

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

background-color css

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

 a { background-color: rgb(186,240,112); }

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

border-color css

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

 span { border-color: rgb(186,240,112); }

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