Html Css Color HEX #BAF076 Sulu

📋 copy color: '#BAF076'

red 186 ◦ green 240 ◦ blue 118

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

Shades of Sulu #BAF076

Tints of Sulu #BAF076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.69%

R = 34.19%
G = 44.12%
B = 21.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#BAF076 (or 0xBAF076) is known color: Sulu. HEX triplet: BA, F0 and 76. RGB value is (186,240,118). Sum of RGB (Red+Green+Blue) = 186+240+118=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF076 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF076 is #450F89. Grayscale: #D2D2D2. Windows color (decimal): -4525962 or 7794874. OLE color: 7794874.

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

Color convert

RGB 186 240 118 -
CMYK 0.22 0 0.51 0.06
HSL 86.56º 0.8% 0.7% -
HSV(B) 86.56º 0.51% 0.94% -
XYZ 54.68 74.07 28.55 -
YUV 209.95 76.11 110.92 -
System Red Green Blue C M Y K H S L
Decimal 186 240 118 0.22 0 0.51 0.06 86.56 0.8 0.7
Hex BA F0 76 16 0 33 6 57 50 46
Octal 272 360 166 26 0 63 6 127 120 106
Binary 10111010 11110000 1110110 10110 0 110011 110 1010111 1010000 1000110

Color Harmonies of #BAF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF076

Black with #BAF076

Text Example


Text Example

White with #BAF076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF076; }

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

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

background-color css

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

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

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

border-color css

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

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

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