Html Css Color HEX #BAF074 Sulu

📋 copy color: '#BAF074'

red 186 ◦ green 240 ◦ blue 116

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

Shades of Sulu #BAF074

Tints of Sulu #BAF074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.4%

R = 34.32%
G = 44.28%
B = 21.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#BAF074 (or 0xBAF074) is known color: Sulu. HEX triplet: BA, F0 and 74. RGB value is (186,240,116). Sum of RGB (Red+Green+Blue) = 186+240+116=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF074 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF074 is #450F8B. Grayscale: #D2D2D2. Windows color (decimal): -4525964 or 7663802. OLE color: 7663802.

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

Color convert

RGB 186 240 116 -
CMYK 0.22 0 0.52 0.06
HSL 86.13º 0.81% 0.7% -
HSV(B) 86.13º 0.52% 0.94% -
XYZ 54.56 74.02 27.93 -
YUV 209.72 75.11 111.08 -
System Red Green Blue C M Y K H S L
Decimal 186 240 116 0.22 0 0.52 0.06 86.13 0.81 0.7
Hex BA F0 74 16 0 34 6 56 51 46
Octal 272 360 164 26 0 64 6 126 121 106
Binary 10111010 11110000 1110100 10110 0 110100 110 1010110 1010001 1000110

Color Harmonies of #BAF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF074

Black with #BAF074

Text Example


Text Example

White with #BAF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF074; }

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

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

background-color css

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

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

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

border-color css

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

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

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