#BAF67A

Color #BAF67A Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BAF67A

Tints of Sulu #BAF67A

Color information

#BAF67A (or 0xBAF67A) is unknown color: approx Sulu. HEX triplet: BA, F6 and 7A. RGB value is (186,246,122). Sum of RGB (Red+Green+Blue) = 186+246+122=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 122 (48.05% from 255 or 22.02% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF67A is #450985. Grayscale: #D6D6D6. Windows color (decimal): -4524422 or 8058554. OLE color: 8058554.

HSL color Cylindrical-coordinate representation of color #BAF67A: hue angle of 89.03º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAF67A is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB186246122-
CMYK0.2400.500.04
HSL89.03º87.32%72.16%-
HSV(B)89.03º50.41%96.47%-
XYZ56.7277.7630.43-
YUV213.9276.12108.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 246 (96.48% from 255) = 44.40%
BLUE value IS 122 (48.05% from 255) = 22.02%
R=33.57%
G=44.40%
B=22.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862461220.2400.500.0489.0387.3272.16
HexBAF67A180324595748
Octal272366172300624131127110
Binary10111010111101101111010110000110010100101100110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF67A; }

 p { color: rgb(186,246,122); }

 H1.HeaderClassName
 {
   color: #BAF67A;
 }
 .AnyTagClassName
 {
   color: #BAF67A;
 }
</style>
background-color css

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

 a { background-color: rgb(186,246,122); }

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

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

 span { border-color: rgb(186,246,122); }

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